summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlabel/qlabel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlabel/qlabel.pro')
-rw-r--r--tests/auto/qlabel/qlabel.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qlabel/qlabel.pro b/tests/auto/qlabel/qlabel.pro
new file mode 100644
index 0000000000..057a6f1509
--- /dev/null
+++ b/tests/auto/qlabel/qlabel.pro
@@ -0,0 +1,10 @@
+load(qttest_p4)
+SOURCES += tst_qlabel.cpp
+wince*::DEFINES += SRCDIR=\\\"\\\"
+else:!symbian:DEFINES += SRCDIR=\\\"$$PWD/\\\"
+wince*|symbian {
+ addFiles.files = *.png \
+ testdata
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+}