summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/test/test.pro
blob: d97d474e519732a053d2235ac56955b174850c10 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TARGET = ../tst_qthreadstorage
CONFIG -= app_bundle debug_and_release_target
CONFIG += console
QT = core testlib
SOURCES = ../tst_qthreadstorage.cpp

!winrt: TEST_HELPER_INSTALLS = ../crashonexit/crashonexit

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0