summaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2013-12-19 15:48:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-27 14:51:24 +0100
commit85fb9ea87356d28c2ba05fcb2b2018f6a0a91842 (patch)
treeb70321bcb742d0677509c99f2fb031687680497b /tests/tests.pro
parenta32f9aef0306aa7abbf37fdc5c03c04625b2e128 (diff)
downloadqtwebchannel-85fb9ea87356d28c2ba05fcb2b2018f6a0a91842.tar.gz
Add some C++ tests for QWebChannel and QMetaObjectPublisher.
Change-Id: I6a852e1545e7aac0f9f8d83010a3e905524a8069 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com> Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index a839495..86a7a42 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,7 @@
TEMPLATE = subdirs
+SUBDIRS += webchannel
+
qtHaveModule(quick) {
SUBDIRS += qml
}