summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-03-30 06:06:18 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-03-30 06:06:18 (GMT)
commit2df6a9a02a43d88d2ddb73c08c02ad29712a8fbc (patch)
treecea85c3e3334f80b19f420a275dbe1e5b4c6aefa /tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro
parentff983ee8257b79143911ca58ebedc49b1660a0c4 (diff)
parent2661be1bacdd83d1b3e6207c519c2699edfdc1d0 (diff)
downloadQt-2df6a9a02a43d88d2ddb73c08c02ad29712a8fbc.zip
Qt-2df6a9a02a43d88d2ddb73c08c02ad29712a8fbc.tar.gz
Qt-2df6a9a02a43d88d2ddb73c08c02ad29712a8fbc.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro')
-rw-r--r--tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro b/tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro
new file mode 100644
index 0000000..b41b23a
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativesmoothedanimation/qdeclarativesmoothedanimation.pro
@@ -0,0 +1,8 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative gui
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qdeclarativesmoothedanimation.cpp
+
+# Define SRCDIR equal to test's source directory
+DEFINES += SRCDIR=\\\"$$PWD\\\"