summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/test/test.pro
blob: 79ac2e54053a4581248356e3764c2bc81e25575b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
debug_and_release {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/tst_qthreadstorage
        !winrt: TEST_HELPER_INSTALLS = ../../debug/crashonexit_helper
    } else {
        TARGET = ../../release/tst_qthreadstorage
        !winrt: TEST_HELPER_INSTALLS = ../../release/crashonexit_helper
    }
} else {
    TARGET = ../tst_qthreadstorage
    !winrt: TEST_HELPER_INSTALLS = ../crashonexit_helper
}
CONFIG += console
QT = core testlib
SOURCES = ../tst_qthreadstorage.cpp