mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
base: Disable Qt RCC timestamps only on Windows
This commit is contained in:
parent
b06da5fa63
commit
68d79b22af
@ -44,10 +44,11 @@ set_target_properties(
|
||||
PROPERTIES AUTOMOC ON
|
||||
AUTOUIC ON
|
||||
AUTORCC ON)
|
||||
set_property(
|
||||
TARGET obs-websocket
|
||||
APPEND
|
||||
PROPERTY AUTORCC_OPTIONS --format-version 1)
|
||||
|
||||
if(_QT_VERSION EQUAL 6 AND OS_WINDOWS)
|
||||
set_target_properties(obs-websocket PROPERTIES AUTORCC_OPTIONS
|
||||
"--format-version;1")
|
||||
endif()
|
||||
|
||||
target_sources(
|
||||
obs-websocket
|
||||
|
Loading…
Reference in New Issue
Block a user