summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-03-22 13:07:29 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-22 06:49:08 +0100
commitd6d77d54aa78ea598a1d3c05556b10de91ccaef1 (patch)
tree96ce678c84b04451a0c3066ddf14d077e67f39c0 /tests
parentc7093ba8740deb2eaed15f6236ce67824f89b9b0 (diff)
Fixed path in qobject unittest
- Fixed path was failing to find sub program. Change-Id: I86f1a6941e244c9bc25ad0441cc7a441607560b7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/kernel/qobject/test/test.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/kernel/qobject/test/test.pro b/tests/auto/corelib/kernel/qobject/test/test.pro
index 9443b2e2c7..c08f910f8f 100644
--- a/tests/auto/corelib/kernel/qobject/test/test.pro
+++ b/tests/auto/corelib/kernel/qobject/test/test.pro
@@ -8,4 +8,4 @@ SOURCES = ../tst_qobject.cpp
SOURCES += ../moc_oldnormalizeobject.cpp
load(testcase) # for target.path and installTestHelperApp()
-installTestHelperApp("signalbug/signalbug",signalbug,signalbug)
+installTestHelperApp("../signalbug/signalbug",signalbug,signalbug)