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