summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-14 12:34:16 -0700
committerNo'am Rosenthal <noam.rosenthal@nokia.com>2011-07-14 12:34:16 -0700
commit1791a4f5a22bac23dfe49f571a3a8886890f40ee (patch)
treec257ff785d2823e0086979b2d04b65c909d7d4d5 /src/src.pro
parent308583ae677a8123bb9e90268e510c814e9753cd (diff)
downloadqtwebchannel-1791a4f5a22bac23dfe49f571a3a8886890f40ee.tar.gz
move the invoking JS to the server side
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 3cf4129..7197bf2 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -13,8 +13,7 @@ SOURCES += qwebchannel_plugin.cpp
HEADERS += qwebchannel_plugin.h
OTHER_FILES = qmldir \
- qwebchannel.js \
- script-communicator.js
+ qwebchannel.js
!equals(_PRO_FILE_PWD_, $$OUT_PWD) {
copy_qmldir.target = $$OUT_PWD/qmldir
@@ -30,3 +29,6 @@ qmldir.files += $$PWD/qmldir
qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += target qmldir
+
+RESOURCES += \
+ resources.qrc