summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlanimations/qmlanimations.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlanimations/qmlanimations.pro')
-rw-r--r--tests/auto/declarative/qmlanimations/qmlanimations.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlanimations/qmlanimations.pro b/tests/auto/declarative/qmlanimations/qmlanimations.pro
new file mode 100644
index 0000000..447fb0f
--- /dev/null
+++ b/tests/auto/declarative/qmlanimations/qmlanimations.pro
@@ -0,0 +1,6 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+SOURCES += tst_qmlanimations.cpp
+macx:CONFIG -= app_bundle
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"