summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsystemsemaphore/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsystemsemaphore/test/test.pro')
-rw-r--r--tests/auto/qsystemsemaphore/test/test.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/auto/qsystemsemaphore/test/test.pro b/tests/auto/qsystemsemaphore/test/test.pro
new file mode 100644
index 0000000..62ea054
--- /dev/null
+++ b/tests/auto/qsystemsemaphore/test/test.pro
@@ -0,0 +1,29 @@
+CONFIG += qttest_p4
+#QT = core
+
+include(../../qsharedmemory/src/src.pri)
+win32: CONFIG += console
+
+DEFINES += QSHAREDMEMORY_DEBUG
+DEFINES += QSYSTEMSEMAPHORE_DEBUG
+
+SOURCES += ../tst_qsystemsemaphore.cpp
+TARGET = tst_qsystemsemaphore
+DESTDIR = ../
+win32 {
+ CONFIG(debug, debug|release): DESTDIR = ../debug
+ else: DESTDIR = ../release
+}
+
+RESOURCES += ../files.qrc
+
+wince*: {
+# this test calls lackkey, which then again depends on QtScript.
+# let's add it here so that it gets deployed easily
+QT += script
+lackey.sources = ../../qsharedmemory/lackey/lackey.exe
+lackey.path = ../qsharedmemory/lackey
+
+DEPLOYMENT += lackey
+}
+