summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/quuid/test/test.pro
blob: 562bfbdc252c997d5e1e33aadd7a4aefee8e2a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
CONFIG += testcase
TARGET = tst_quuid
QT = core testlib
SOURCES = ../tst_quuid.cpp

darwin {
    OBJECTIVE_SOURCES = ../tst_quuid_darwin.mm
    LIBS += -framework Foundation
}

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