Changed qnetworksession unittest to work from installation dir

- Made test depend on subprogram
- added install of subprogram

Change-Id: Ib263e9e75ed3c900b52fb1c9b6d319e71d19bdbb
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Kurt Korbatits 2012-02-20 11:36:24 +10:00 committed by Qt by Nokia
parent e88f9a92b7
commit 4c56db58a2
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,4 @@
TEMPLATE = subdirs
SUBDIRS = lackey test
SUBDIRS = lackey
test.depends = $$SUBDIRS
SUBDIRS += test

View File

@ -14,3 +14,6 @@ CONFIG(debug_and_release) {
} else {
DESTDIR = ..
}
load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("../lackey/lackey",lackey,lackey)