Remove the remaining usages of deprecated QWindow accessors
[profile/ivi/qtdeclarative.git] / tools / qmlscene / qmlscene.pro
index 464f9b3..623de41 100644 (file)
@@ -1,17 +1,8 @@
-TEMPLATE = app
-TARGET = qmlscene
-DESTDIR= $$QT.qml.bins
-
 QT += qml quick core-private
-!isEmpty(QT.widgets.name): QT += widgets
-
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
-
-macx: CONFIG -= app_bundle
+!contains(QT_CONFIG, no-widgets):QT += widgets
 
 SOURCES += main.cpp
 
-CONFIG += console
-
 DEFINES += QML_RUNTIME_TESTING QT_QML_DEBUG_NO_WARNING
+
+load(qt_tool)