summaryrefslogtreecommitdiff
path: root/tests/auto/webchannel/webchannel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/webchannel/webchannel.pro')
-rw-r--r--tests/auto/webchannel/webchannel.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/webchannel/webchannel.pro b/tests/auto/webchannel/webchannel.pro
new file mode 100644
index 0000000..71036dd
--- /dev/null
+++ b/tests/auto/webchannel/webchannel.pro
@@ -0,0 +1,14 @@
+QT = core webchannel-private testlib
+
+CONFIG += testcase strict_flags warn_on
+
+INCLUDEPATH += ../../../src/webchannel
+VPATH += ../../../src/webchannel
+
+TARGET = tst_webchannel
+
+SOURCES += \
+ tst_webchannel.cpp
+
+HEADERS += \
+ tst_webchannel.h