From: Kurt Korbatits Date: Thu, 1 Mar 2012 02:46:34 +0000 (+1000) Subject: Changed qlogging unittest to install subprogram X-Git-Tag: qt-v5.0.0-alpha1~653 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc323b6fd3e80fd0c9d6a856b0a55c03d08164db;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/corelib/global/qlogging/test/test.pro b/tests/auto/corelib/global/qlogging/test/test.pro index 6e4939f..6e9b86d 100644 --- a/tests/auto/corelib/global/qlogging/test/test.pro +++ b/tests/auto/corelib/global/qlogging/test/test.pro @@ -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)