summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotest_dependencies.pri
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-07-27 13:54:27 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-08-06 14:53:45 +0300
commit7c06e4b768f34f6e840541c22b96700e5bc93849 (patch)
tree4e378ae6976445cc7026bdaa5f7ffa210c436577 /plugins/autotest/autotest_dependencies.pri
parent4fbc020ddc8d353aba8c2c3c79223eaf09be573e (diff)
downloadqt-creator-7c06e4b768f34f6e840541c22b96700e5bc93849.tar.gz
Be more generic regarding supported project types
This removes the hard dependency on QmakeProjectManager. Furthermore now unneeded code is removed and some parts of the parsing are slightly modified to support other project types than qmake based projects. Change-Id: I1c23056d5a444ddea857e10fdb71264eb6ecc269 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/autotest_dependencies.pri')
-rw-r--r--plugins/autotest/autotest_dependencies.pri7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/autotest/autotest_dependencies.pri b/plugins/autotest/autotest_dependencies.pri
index 74dc51e15b..fd6653ecf1 100644
--- a/plugins/autotest/autotest_dependencies.pri
+++ b/plugins/autotest/autotest_dependencies.pri
@@ -4,8 +4,7 @@ QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
cpptools \
- qmljstools \
- qmakeprojectmanager
+ qmljstools
CONFIG(licensechecker): QTC_PLUGIN_DEPENDS += licensechecker
@@ -14,4 +13,8 @@ QTC_LIB_DEPENDS += \
qmljs \
utils
+QTC_TEST_DEPENDS += \
+ qmakeprojectmanager \
+ qtsupport
+
#QTC_PLUGIN_RECOMMENDS += \