summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/crashonexit/crashonexit.pro
blob: 94a0a01e949515c9ca2ea4e69fea4cd1cbb6b673 (plain)
1
2
3
4
5
6
7
8
9
SOURCES += crashOnExit.cpp
DESTDIR = ./
QT = core
CONFIG -= app_bundle
CONFIG += console

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