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

load(testcase) # for installTestHelperApp()
installTestHelperApp("../crashonexit/crashonexit",crashonexit,crashonexit)