Tests: Use real project dependencies in memcheck test

Change-Id: Iced26e5b2a4a4ba5e1075e19eeffe96b2e298d0f
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-03-04 14:14:53 +01:00
parent b79c4a37e4
commit 46d515529a

View File

@@ -1,3 +1,14 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += parsertests.pro modeldemo.pro testapps testrunner.pro
parsertests.file = parsertests.pro
modeldemo.file = modeldemo.pro
testapps.depends = modeldemo parsertests
testrunner.file = testrunner.pro
testrunner.depends = testapps
SUBDIRS += parsertests modeldemo testapps testrunner