summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlibrary/tst/tst.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlibrary/tst/tst.pro')
-rw-r--r--tests/auto/qlibrary/tst/tst.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/auto/qlibrary/tst/tst.pro b/tests/auto/qlibrary/tst/tst.pro
new file mode 100644
index 0000000..67437a6
--- /dev/null
+++ b/tests/auto/qlibrary/tst/tst.pro
@@ -0,0 +1,23 @@
+load(qttest_p4)
+SOURCES += ../tst_qlibrary.cpp
+TARGET = ../tst_qlibrary
+QT = core
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qlibrary
+} else {
+ TARGET = ../../release/tst_qlibrary
+ }
+}
+
+wince*: {
+ addFiles.sources = ../*.dll ../*.dl2 ../mylib_noextension
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+}
+
+