summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qsystemsemaphore/test/test.pro
blob: a0f63741d39f68b8c776efc0826abdce0e1587bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
QT = core testlib

win32: CONFIG += console
mac:CONFIG -= app_bundle

SOURCES += tst_qsystemsemaphore.cpp
TARGET = tst_qsystemsemaphore

CONFIG(debug_and_release) {
    CONFIG(debug, debug|release) {
        DESTDIR = ../debug
    } else {
        DESTDIR = ../release
    }
} else {
    DESTDIR = ..
}