summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicspathview/qmlgraphicspathview.pro
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-11 06:42:22 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-11 06:42:22 (GMT)
commit49e1b989213028dac8557d4e74ab530f77fc8a07 (patch)
treeaa2aae204ec1ed6de623500c2d9d9034fd2500ab /tests/auto/declarative/qmlgraphicspathview/qmlgraphicspathview.pro
parent7df3dce47c1ed9545065f60c3faebdd31d922a38 (diff)
downloadQt-49e1b989213028dac8557d4e74ab530f77fc8a07.zip
Qt-49e1b989213028dac8557d4e74ab530f77fc8a07.tar.gz
Qt-49e1b989213028dac8557d4e74ab530f77fc8a07.tar.bz2
basic PathView autotests
Diffstat (limited to 'tests/auto/declarative/qmlgraphicspathview/qmlgraphicspathview.pro')
-rw-r--r--tests/auto/declarative/qmlgraphicspathview/qmlgraphicspathview.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicspathview/qmlgraphicspathview.pro b/tests/auto/declarative/qmlgraphicspathview/qmlgraphicspathview.pro
new file mode 100644
index 0000000..142a256
--- /dev/null
+++ b/tests/auto/declarative/qmlgraphicspathview/qmlgraphicspathview.pro
@@ -0,0 +1,8 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qmlgraphicspathview.cpp
+
+# Define SRCDIR equal to test's source directory
+DEFINES += SRCDIR=\\\"$$PWD\\\"