summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-13 16:53:52 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-13 16:53:52 -0700
commite887e8f0130b9290157aac9629ec8cc83f48b9d0 (patch)
tree2cbb6f2e390cd2c36a6848db5e0f5a26e4bf13dd /src/src.pro
parentb49ccb384eb37f821c06c1e68dd3ca11837f54c6 (diff)
downloadqtwebchannel-e887e8f0130b9290157aac9629ec8cc83f48b9d0.tar.gz
Switch from WebSockets to Comet
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 9c424cf..3cf4129 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -12,7 +12,9 @@ TARGET = $$qtLibraryTarget($$TARGET)
SOURCES += qwebchannel_plugin.cpp
HEADERS += qwebchannel_plugin.h
-OTHER_FILES = qmldir
+OTHER_FILES = qmldir \
+ qwebchannel.js \
+ script-communicator.js
!equals(_PRO_FILE_PWD_, $$OUT_PWD) {
copy_qmldir.target = $$OUT_PWD/qmldir