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
parent
5dd470aca6
commit
bc323b6fd3
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue