summaryrefslogtreecommitdiff
path: root/tests/auto/qtipc/qsystemsemaphore/qsystemsemaphore.pro
blob: 5842d12913827fbc87bc55fc871b30dc74789eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
QT = core testlib

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

DEFINES	+= QSHAREDMEMORY_DEBUG
DEFINES	+= QSYSTEMSEMAPHORE_DEBUG

SOURCES		+= tst_qsystemsemaphore.cpp 
TARGET		= tst_qsystemsemaphore

RESOURCES += files.qrc

DEFINES += SRCDIR=\\\"$$PWD/\\\"
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0