diff options
author | Kurt Korbatits <kurt.korbatits@nokia.com> | 2012-03-01 12:46:34 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-03-01 05:43:15 +0100 |
commit | bc323b6fd3e80fd0c9d6a856b0a55c03d08164db (patch) | |
tree | 8fae0ec3ce7033a9d590b770081a364a6f501801 /tests/auto | |
parent | 5dd470aca683e93976b314388e0d9f7d959db7a4 (diff) |
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/corelib/global/qlogging/test/test.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qlogging/test/test.pro b/tests/auto/corelib/global/qlogging/test/test.pro index 6e4939ffc9..6e9b86d753 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) |