summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/test/test.pro
blob: 8b7caf1e24525627884cbe48a4bcfb4f00b208e3 (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

TEST_HELPER_INSTALLS = ../crashonexit/crashonexit

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0