summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/quuid/test/test.pro
blob: 07f612dd20f5ba4c97db310cc1569a85baa24d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 = ..
}