summaryrefslogtreecommitdiffstats
path: root/tools/repc/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repc/.prev_CMakeLists.txt')
-rw-r--r--tools/repc/.prev_CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/repc/.prev_CMakeLists.txt b/tools/repc/.prev_CMakeLists.txt
index 11337ec..0a41246 100644
--- a/tools/repc/.prev_CMakeLists.txt
+++ b/tools/repc/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## repc Tool:
#####################################################################
-add_qt_tool(repc
+qt_add_tool(repc
SOURCES
cppcodegenerator.cpp cppcodegenerator.h
main.cpp
@@ -39,13 +39,12 @@ qt_process_qlalr(
#### Keys ignored in scope 1:.:.:repc.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "Qt Remote Objects Compiler"
-# _LOADED = "qt_tool"
# _OPTION = "host_build"
## Scopes:
#####################################################################
-extend_target(repc CONDITION MSVC
+qt_extend_target(repc CONDITION MSVC
COMPILE_OPTIONS
/wd4129
)