summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/rcc/rcc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/rcc/rcc.pro')
-rw-r--r--tests/auto/tools/rcc/rcc.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/tools/rcc/rcc.pro b/tests/auto/tools/rcc/rcc.pro
new file mode 100644
index 0000000000..1759b48a0e
--- /dev/null
+++ b/tests/auto/tools/rcc/rcc.pro
@@ -0,0 +1,12 @@
+CONFIG += qttest_p4
+
+TARGET = tst_rcc
+
+SOURCES += tst_rcc.cpp
+
+wince* {
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+