summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtipc/qsharedmemory/qsystemlock/qsystemlock.pro
blob: 88e4312bfc348fbaf24a5ac3d09e0f0b9ac11e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CONFIG += testcase

TARGET = tst_qsystemlock
QT += testlib
SOURCES += tst_qsystemlock.cpp

include(../src/src.pri)
win32: CONFIG += console
mac:CONFIG -= app_bundle

wince* {
    DEFINES	+= SRCDIR=\\\"\\\"
} else:!symbian {
    DEFINES	+= SRCDIR=\\\"$$PWD\\\"
}

DESTDIR = ./

DEFINES	+= QSHAREDMEMORY_DEBUG
DEFINES	+= QSYSTEMSEMAPHORE_DEBUG