Fixed qthreadstorage unittest to work from install directory

- Added install of crashonexit sub program

Change-Id: I2cc3043d5c1b879665930552487b4fe54407fd25
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Kurt Korbatits 2012-03-22 13:12:21 +10:00 committed by Qt by Nokia
parent 38f33e035f
commit 1dc7aed0e9
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ CONFIG -= app_bundle
CONFIG += console
QT = core testlib
SOURCES = ../tst_qthreadstorage.cpp
load(testcase) # for installTestHelperApp()
installTestHelperApp("../crashonexit/crashonexit",crashonexit,crashonexit)