aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/qmlscene.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlscene/qmlscene.pro')
-rw-r--r--tools/qmlscene/qmlscene.pro11
1 files changed, 2 insertions, 9 deletions
diff --git a/tools/qmlscene/qmlscene.pro b/tools/qmlscene/qmlscene.pro
index 1cf7b3c577..0d41e1f87e 100644
--- a/tools/qmlscene/qmlscene.pro
+++ b/tools/qmlscene/qmlscene.pro
@@ -1,17 +1,10 @@
-TEMPLATE = app
-TARGET = qmlscene
DESTDIR= $$QT.qml.bins
QT += qml quick core-private
!contains(QT_CONFIG, no-widgets):QT += widgets
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
-
-macx: CONFIG -= app_bundle
-
SOURCES += main.cpp
-CONFIG += console
-
DEFINES += QML_RUNTIME_TESTING QT_QML_DEBUG_NO_WARNING
+
+load(qt_tool)