summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-11-05 08:38:41 +0100
committerhjk <hjk@theqtcompany.com>2015-11-09 08:25:11 +0000
commitb8a8fe34a2a49ba6df23de98837c5ceb665f48c9 (patch)
tree91a66a79586d9a2115bcae886aaf282da3a84493 /tests/auto/auto.pro
parent626086e9d1f67f44aab083bea077aa20ebddbbf1 (diff)
downloadqt-creator-b8a8fe34a2a49ba6df23de98837c5ceb665f48c9.tar.gz
Introduce a Qt-free JSON implementation
This is essentially QJson with Qt replaced by std:: features. This is useful to have in circumstances where a Qt dependency is undesirable, e.g. for the Qt Creator debugger protocol implementation in our CDB extension. Change-Id: Iec79c6b23b1e717ce1b6f4d38755287d1f479c13 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 6284497e4c..eabe10b3a1 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -13,6 +13,7 @@ SUBDIRS += \
profilewriter \
treeviewfind \
qtcprocess \
+ json \
utils \
filesearch \
sdktool \