Remove Q_WS_*, symbian and maemo code in QtDeclarative
[profile/ivi/qtdeclarative.git] / tools / qmlscene / qmlscene.pro
index 3849336..d0c4ec7 100644 (file)
@@ -1,8 +1,8 @@
 TEMPLATE = app
 TARGET = qmlscene
-DESTDIR= ../../bin
+DESTDIR= $$QT.declarative.bins
 
-QT += declarative
+QT += declarative declarative-private qtquick1 widgets
 
 target.path = $$[QT_INSTALL_BINS]
 INSTALLS += target
@@ -11,10 +11,6 @@ macx: CONFIG -= app_bundle
 
 SOURCES += main.cpp
 
-CONFIG += console
-
-symbian {
-    TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
-}
+CONFIG += console declarative_debug
 
 DEFINES += QML_RUNTIME_TESTING