aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlplugindump/.prev_CMakeLists.txt')
-rw-r--r--tools/qmlplugindump/.prev_CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qmlplugindump/.prev_CMakeLists.txt b/tools/qmlplugindump/.prev_CMakeLists.txt
index 561a1cc6d9..90fd3d2ebb 100644
--- a/tools/qmlplugindump/.prev_CMakeLists.txt
+++ b/tools/qmlplugindump/.prev_CMakeLists.txt
@@ -4,7 +4,7 @@
## qmlplugindump Tool:
#####################################################################
-add_qt_tool(qmlplugindump
+qt_add_tool(qmlplugindump
SOURCES
main.cpp
qmlstreamwriter.cpp qmlstreamwriter.h
@@ -26,12 +26,12 @@ add_qt_tool(qmlplugindump
## Scopes:
#####################################################################
-extend_target(qmlplugindump CONDITION TARGET Qt::Widgets
+qt_extend_target(qmlplugindump CONDITION TARGET Qt::Widgets
PUBLIC_LIBRARIES
Qt::Widgets
)
-extend_target(qmlplugindump CONDITION APPLE_OSX
+qt_extend_target(qmlplugindump CONDITION APPLE_OSX
LINK_OPTIONS
"-Wl,-sectcreate,__TEXT,__info_plist,$$shell_quote$$PWD/Info.plist"
)