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

CONFIG(debug_and_release_target) {
    CONFIG(debug, debug|release) {
        DESTDIR = ../debug
    } else {
        DESTDIR = ../release
    }
} else {
    DESTDIR = ..
}
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0