Changed qlogging unittest to install subprogram

- Added install of app sub program so it works from install directory

Change-Id: Ia83643519752a3cbb59d6da2aed132d683a94bee
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Kurt Korbatits 2012-03-01 12:46:34 +10:00 committed by Qt by Nokia
parent 5dd470aca6
commit bc323b6fd3
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@ CONFIG += testcase parallel_test
TARGET = ../tst_qlogging
QT = core testlib
SOURCES = ../tst_qlogging.cpp
load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("../app/app",app,app)