diff options
Diffstat (limited to 'tests/auto/selftests/xunit/xunit.pro')
-rw-r--r-- | tests/auto/selftests/xunit/xunit.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/selftests/xunit/xunit.pro b/tests/auto/selftests/xunit/xunit.pro new file mode 100644 index 0000000..eb98c2a --- /dev/null +++ b/tests/auto/selftests/xunit/xunit.pro @@ -0,0 +1,12 @@ +load(qttest_p4) +SOURCES += tst_xunit.cpp + +wince*: { + addImages.sources = images/* + addImages.path = images + DEPLOYMENT += addImages + DEFINES += SRCDIR=\\\".\\\" +} else { + contains(QT_CONFIG, qt3support): QT += qt3support + DEFINES += SRCDIR=\\\"$$PWD\\\" +} |