summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/test/test.pro
blob: d2f21f48f0a811f1066b8f8dfba13cf24eba4eba (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:!winrt: TEST_HELPER_INSTALLS = ../../debug/crashonexit_helper
    } else {
        TARGET = ../../release/tst_qthreadstorage
        !android:!winrt: TEST_HELPER_INSTALLS = ../../release/crashonexit_helper
    }
} else {
    TARGET = ../tst_qthreadstorage
    !android:!winrt: TEST_HELPER_INSTALLS = ../crashonexit_helper
}
CONFIG += console
QT = core testlib
SOURCES = ../tst_qthreadstorage.cpp