summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/crashonexit/crashonexit.pro
blob: 57bd78bceeb52bbd093e094a05c0a1efeb5cc339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SOURCES += crashOnExit.cpp
debug_and_release {
    CONFIG(debug, debug|release) {
        TARGET = ../../debug/crashOnExit_helper
    } else {
        TARGET = ../../release/crashOnExit_helper
    }
} else {
    TARGET = ../crashOnExit_helper
}
QT = core
CONFIG += cmdline

# This app is testdata for tst_qthreadstorage
target.path = $$[QT_INSTALL_TESTS]/tst_qthreadstorage/$$TARGET
INSTALLS += target