summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/autotest_dependencies.pri
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-06-15 12:29:24 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-06-22 10:51:12 +0000
commit5988fd0f5cae56999aa389405e1fa3e0394962ed (patch)
tree69725b2cc3e3f6f2cafadb468f1ba9c4af42af43 /src/plugins/autotest/autotest_dependencies.pri
parent0e923c2a757ada234e316641a0732f93dfab6271 (diff)
downloadqt-creator-5988fd0f5cae56999aa389405e1fa3e0394962ed.tar.gz
AutoTest: Add minimum support for debugging tests
This adds another context menu entry for items on the test tree to allow debugging of a single test. Task-number: QTCREATORBUG-16070 Change-Id: I98f56b0f22c94ad71f0b91d690383043ed27f1c7 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/autotest/autotest_dependencies.pri')
-rw-r--r--src/plugins/autotest/autotest_dependencies.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/autotest/autotest_dependencies.pri b/src/plugins/autotest/autotest_dependencies.pri
index ab2e02f054..1580d58e09 100644
--- a/src/plugins/autotest/autotest_dependencies.pri
+++ b/src/plugins/autotest/autotest_dependencies.pri
@@ -4,7 +4,8 @@ QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \
cpptools \
- qmljstools
+ qmljstools \
+ debugger
QTC_LIB_DEPENDS += \
cplusplus \