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