summaryrefslogtreecommitdiffstats
path: root/src/windeployqt
diff options
context:
space:
mode:
Diffstat (limited to 'src/windeployqt')
-rw-r--r--src/windeployqt/.prev_CMakeLists.txt39
-rw-r--r--src/windeployqt/CMakeLists.txt4
2 files changed, 41 insertions, 2 deletions
diff --git a/src/windeployqt/.prev_CMakeLists.txt b/src/windeployqt/.prev_CMakeLists.txt
new file mode 100644
index 000000000..b80096ebe
--- /dev/null
+++ b/src/windeployqt/.prev_CMakeLists.txt
@@ -0,0 +1,39 @@
+# Generated from windeployqt.pro.
+
+#####################################################################
+## windeployqt Tool:
+#####################################################################
+
+qt_add_tool(windeployqt
+ BOOTSTRAP
+ SOURCES
+ ../shared/winutils/elfreader.cpp ../shared/winutils/elfreader.h
+ ../shared/winutils/qmlutils.cpp ../shared/winutils/qmlutils.h
+ ../shared/winutils/utils.cpp ../shared/winutils/utils.h
+ main.cpp
+ DEFINES
+ QT_NO_CAST_FROM_ASCII
+ QT_NO_CAST_TO_ASCII
+ QT_NO_FOREACH
+ INCLUDE_DIRECTORIES
+ ../shared/winutils
+ PUBLIC_LIBRARIES
+ Qt::CorePrivate
+)
+
+#### Keys ignored in scope 1:.:.:windeployqt.pro:<TRUE>:
+# QMAKE_TARGET_DESCRIPTION = "Qt Windows Deployment Tool"
+# _OPTION = "host_build"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(windeployqt CONDITION WIN32
+ PUBLIC_LIBRARIES
+ shlwapi
+)
+
+qt_extend_target(windeployqt CONDITION QT_FEATURE_relocatable
+ DEFINES
+ QT_RELOCATABLE
+)
diff --git a/src/windeployqt/CMakeLists.txt b/src/windeployqt/CMakeLists.txt
index ad531bd9a..f2ae3b518 100644
--- a/src/windeployqt/CMakeLists.txt
+++ b/src/windeployqt/CMakeLists.txt
@@ -5,7 +5,7 @@
#####################################################################
qt_add_tool(windeployqt
- #BOOTSTRAP # special case
+ #BOOTSTRAP # special case remove
SOURCES
../shared/winutils/elfreader.cpp ../shared/winutils/elfreader.h
../shared/winutils/qmlutils.cpp ../shared/winutils/qmlutils.h
@@ -17,7 +17,7 @@ qt_add_tool(windeployqt
QT_NO_FOREACH
INCLUDE_DIRECTORIES
../shared/winutils
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::Core # special case
)