summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/crashonexit/crashonexit.pro
blob: eb8d06d094c5f3b0e971aad4d045da9356d53d92 (plain)
1
2
3
4
5
6
7
8
9
10
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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0