summaryrefslogtreecommitdiff
path: root/src/windeployqt/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/windeployqt/.prev_CMakeLists.txt')
-rw-r--r--src/windeployqt/.prev_CMakeLists.txt39
1 files changed, 39 insertions, 0 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
+)