Remove the remaining usages of deprecated QWindow accessors
[profile/ivi/qtdeclarative.git] / tools / qmlscene / qmlscene.pro
index 0e8ca9b..623de41 100644 (file)
@@ -1,20 +1,8 @@
-TEMPLATE = app
-TARGET = qmlscene
-DESTDIR= $$QT.declarative.bins
-
-QT += declarative declarative-private qtquick1
-
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
-
-macx: CONFIG -= app_bundle
+QT += qml quick core-private
+!contains(QT_CONFIG, no-widgets):QT += widgets
 
 SOURCES += main.cpp
 
-CONFIG += console declarative_debug
-
-symbian {
-    TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
-}
+DEFINES += QML_RUNTIME_TESTING QT_QML_DEBUG_NO_WARNING
 
-DEFINES += QML_RUNTIME_TESTING
+load(qt_tool)