Add slow animations mode to qmlscene
[profile/ivi/qtdeclarative.git] / tools / qmlscene / qmlscene.pro
index a2da6ad..5e4d792 100644 (file)
@@ -1,8 +1,9 @@
 TEMPLATE = app
 TARGET = qmlscene
-DESTDIR= ../../bin
+DESTDIR= $$QT.declarative.bins
 
-QT += declarative declarative-private
+QT += declarative quick core-private
+!isEmpty(QT.widgets.name): QT += widgets
 
 target.path = $$[QT_INSTALL_BINS]
 INSTALLS += target
@@ -11,10 +12,6 @@ macx: CONFIG -= app_bundle
 
 SOURCES += main.cpp
 
-CONFIG += console
-
-symbian {
-    TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
-}
+CONFIG += console declarative_debug
 
 DEFINES += QML_RUNTIME_TESTING