aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2018-08-10 01:28:06 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2018-11-22 11:20:38 +0000
commit68578a4bc3f1667530f674db8d01933775ebc4ff (patch)
tree99b801bdce1b955b44ea5ba8b30dddc903ccf9a0 /tests/auto/blackbox/tst_blackbox.h
parent428cc6188fb4f99bca8522530ed400357cfe38ec (diff)
Add protobuf.cpp and protobuf.objc modules
These modules implement google protobuf support for QBS for c++ and objective-c languages [ChangeLog] Added protobuf support for C++ and Objective-C. Fixes: QBS-563 Change-Id: I4bb7e0bdfc1e09ea26c0cd3d3739a741ff834e5d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index 3df507bdc..874690ad2 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -222,6 +222,8 @@ private slots:
void propertyPrecedence();
void properQuoting();
void propertiesInExportItems();
+ void protobuf_data();
+ void protobuf();
void pseudoMultiplexing();
void qbsConfig();
void qbsVersion();