aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump/qmlplugindump.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlplugindump/qmlplugindump.pro')
-rw-r--r--tools/qmlplugindump/qmlplugindump.pro24
1 files changed, 1 insertions, 23 deletions
diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro
index 9cda82588f..03256309b6 100644
--- a/tools/qmlplugindump/qmlplugindump.pro
+++ b/tools/qmlplugindump/qmlplugindump.pro
@@ -1,11 +1,7 @@
-TEMPLATE = app
-CONFIG += qt uic console
DESTDIR = $$QT.qml.bins
QT += qml qml-private quick-private core-private
-TARGET = qmlplugindump
-
SOURCES += \
main.cpp \
qmlstreamwriter.cpp
@@ -16,22 +12,4 @@ HEADERS += \
OTHER_FILES += Info.plist
macx: QMAKE_INFO_PLIST = Info.plist
-# Build debug and release versions of the tool on Windows -
-# if debug and release versions of Qt have been built.
-!build_pass:win32 {
- CONFIG -= debug release debug_and_release build_all
-
- contains(QT_CONFIG,debug):contains(QT_CONFIG,release) {
- CONFIG += debug_and_release build_all
- CONFIG(debug, debug|release) {
- win32: TARGET = $$join(TARGET,,,d)
- }
- } else {
- contains(QT_CONFIG,debug): CONFIG += debug
- contains(QT_CONFIG,release): CONFIG += release
- }
-}
-
-
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
+load(qt_tool)