aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 19:07:06 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 10:22:26 +0000
commite9cac99f3796740ea93b23b0fe893fc880e0b5d4 (patch)
tree7bb8d41c520e9d59bd2a39cf53ab8c948db57511 /tools/qmlplugindump
parent82525a2b3861ad695c156c2cac4239134f8ac922 (diff)
Regenerate projects
Change-Id: I38044c382e4d84b5865a19cdd04cc8922bd72a77 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tools/qmlplugindump')
-rw-r--r--tools/qmlplugindump/.prev_CMakeLists.txt5
-rw-r--r--tools/qmlplugindump/CMakeLists.txt5
2 files changed, 2 insertions, 8 deletions
diff --git a/tools/qmlplugindump/.prev_CMakeLists.txt b/tools/qmlplugindump/.prev_CMakeLists.txt
index c9c78e6a55..561a1cc6d9 100644
--- a/tools/qmlplugindump/.prev_CMakeLists.txt
+++ b/tools/qmlplugindump/.prev_CMakeLists.txt
@@ -14,6 +14,7 @@ add_qt_tool(qmlplugindump
Qt::QmlPrivate
Qt::QuickPrivate
PUBLIC_LIBRARIES
+ Qt::Gui
Qt::Qml
Qt::Quick
)
@@ -21,7 +22,6 @@ add_qt_tool(qmlplugindump
#### Keys ignored in scope 1:.:.:qmlplugindump.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "QML" "Plugin" "Metadata" "Dumper"
# QTPLUGIN.platforms = "qminimal"
-# _LOADED = "qt_tool"
## Scopes:
#####################################################################
@@ -35,6 +35,3 @@ extend_target(qmlplugindump CONDITION APPLE_OSX
LINK_OPTIONS
"-Wl,-sectcreate,__TEXT,__info_plist,$$shell_quote$$PWD/Info.plist"
)
-
-#### Keys ignored in scope 3:.:.:qmlplugindump.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"
diff --git a/tools/qmlplugindump/CMakeLists.txt b/tools/qmlplugindump/CMakeLists.txt
index 67abd0e516..57f96a1f94 100644
--- a/tools/qmlplugindump/CMakeLists.txt
+++ b/tools/qmlplugindump/CMakeLists.txt
@@ -15,6 +15,7 @@ add_qt_tool(qmlplugindump
Qt::QmlPrivate
Qt::QuickPrivate
PUBLIC_LIBRARIES
+ Qt::Gui
Qt::Qml
Qt::Quick
)
@@ -22,7 +23,6 @@ add_qt_tool(qmlplugindump
#### Keys ignored in scope 1:.:.:qmlplugindump.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "QML" "Plugin" "Metadata" "Dumper"
# QTPLUGIN.platforms = "qminimal"
-# _LOADED = "qt_tool"
## Scopes:
#####################################################################
@@ -36,6 +36,3 @@ extend_target(qmlplugindump CONDITION APPLE_OSX
LINK_OPTIONS
"-Wl,-sectcreate,__TEXT,__info_plist,${CMAKE_CURRENT_SOURCE_DIR}/Info.plist" # special case
)
-
-#### Keys ignored in scope 3:.:.:qmlplugindump.pro:APPLE_OSX:
-# CONFIG = "-app_bundle"