summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2013-11-13 13:29:56 +0100
committerMilian Wolff <milian.wolff@kdab.com>2013-11-22 17:29:12 +0100
commite8d890b6020e2f2ec2e4ee3b1295963d4dbb1637 (patch)
treef549064966f5eebc8090e30bcbac22daebd5c06c /src
parentd711e1cfb0e7a08c6c9c1309905a19b6addebb4d (diff)
downloadqtwebchannel-e8d890b6020e2f2ec2e4ee3b1295963d4dbb1637.tar.gz
Add an initial test suite for the MetaObjectPublisher
This tests the functionality of publishing a plain QtObject from QML to the HTML client. It tests property binding, i.e. reading and writing of an objects property on the client side, as well as change notification tracking. Furthermore a server-side method is invoked from the client and signal submission from the server to the client is tested. Change-Id: I62e544cddf4483b57535a9bc1e05a36105ec6622 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/src.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index c20f118..bc61f5b 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -9,8 +9,8 @@ CONFIG += qt plugin
TARGET = $$qtLibraryTarget($$TARGET)
# Input
-SOURCES += qwebchannel_plugin.cpp
-HEADERS += qwebchannel_plugin.h
+SOURCES += $$PWD/qwebchannel_plugin.cpp
+HEADERS += $$PWD/qwebchannel_plugin.h
RESOURCES += \
resources.qrc