aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-01-26 10:19:40 +0100
committerhjk <hjk@theqtcompany.com>2015-01-29 12:50:44 +0000
commit8d0304177297fc2a66820bc5caab7244520c87fb (patch)
treebcfe91ab73f2373032202e430f614843cea4ca10 /tests/auto/auto.pro
parent44ab79012f1662a4efa7c506b6ebc4466c50b3e9 (diff)
Add some tools specific consistency tests
This upstreams parts of Qt Creator's tst_offset test to serve as an early warning system by testing private implementation details that are used in Qt Creator's data structure "pretty printing" facility and "native mixed" QML-and-C++ debugging. While the tested implementation details can be changed without breaking binary or source compatibility, downstream tools like Qt Creator depend on them. If this test breaks, you are kindly asked to coordinate with the downstream stakeholders to avoid tool breakage. Change-Id: I2286efcec9bef105f80c2163a4f66f5c43f3a218 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index d37e4a57ed..0ea9b91c2e 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -7,7 +7,8 @@ SUBDIRS=\
qmltest \
qmldevtools \
cmake \
- installed_cmake
+ installed_cmake \
+ toolsupport
qtHaveModule(widgets): SUBDIRS += quickwidgets