aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/qjsengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qjsengine/qjsengine.pro')
-rw-r--r--tests/auto/qml/qjsengine/qjsengine.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsengine/qjsengine.pro b/tests/auto/qml/qjsengine/qjsengine.pro
new file mode 100644
index 0000000000..3451157dbb
--- /dev/null
+++ b/tests/auto/qml/qjsengine/qjsengine.pro
@@ -0,0 +1,13 @@
+CONFIG += testcase
+TARGET = tst_qjsengine
+QT += qml widgets testlib
+macx:CONFIG -= app_bundle
+SOURCES += tst_qjsengine.cpp
+wince* {
+ addFiles.files = script
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ DEFINES += SRCDIR=\\\"./\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+}