summaryrefslogtreecommitdiff
path: root/src/windeployqt/windeployqt.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/windeployqt/windeployqt.pro')
-rw-r--r--src/windeployqt/windeployqt.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/windeployqt/windeployqt.pro b/src/windeployqt/windeployqt.pro
deleted file mode 100644
index 19b131089..000000000
--- a/src/windeployqt/windeployqt.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-include($$OUT_PWD/../../src/global/qttools-config.pri)
-QT_FOR_CONFIG += tools-private
-requires(qtConfig(windeployqt))
-
-option(host_build)
-QT = core-private
-DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII QT_NO_FOREACH
-
-include(../shared/winutils/winutils.pri)
-SOURCES += main.cpp
-
-CONFIG += force_bootstrap
-
-win32: LIBS += -lshlwapi
-
-QMAKE_TARGET_DESCRIPTION = "Qt Windows Deployment Tool"
-
-qtConfig(relocatable): DEFINES += QT_RELOCATABLE
-
-load(qt_tool)