Changed qlogging unittest to install subprogram
authorKurt Korbatits <kurt.korbatits@nokia.com>
Thu, 1 Mar 2012 02:46:34 +0000 (12:46 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Mar 2012 04:43:15 +0000 (05:43 +0100)
- Added install of app sub program so it works from install directory

Change-Id: Ia83643519752a3cbb59d6da2aed132d683a94bee
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/global/qlogging/test/test.pro

index 6e4939f..6e9b86d 100644 (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)