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