summaryrefslogtreecommitdiff
path: root/src/webchannel/webchannel.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@theqtcompany.com>2015-09-23 06:52:01 +0000
committerAndy Shaw <andy.shaw@theqtcompany.com>2015-09-29 14:49:34 +0000
commit906d910415454d64ff0b021b06f0df422a8c82bd (patch)
tree0226d1338d1ee7c03555d3e7c17261df8dd392d9 /src/webchannel/webchannel.pro
parent6a7de61bc15d0cde3a3c91c58f45ba10957aa39b (diff)
downloadqtwebchannel-906d910415454d64ff0b021b06f0df422a8c82bd.tar.gz
Compile when QML is disabled5.5
Since QJSValue is part of the QML module then it should check if that is available before using it so we add a QT_NO_JSVALUE define to help with this. Task-number: QTBUG-46850 Change-Id: I1974518a5c134dbb8508a46505b43c820a7a700a Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src/webchannel/webchannel.pro')
-rw-r--r--src/webchannel/webchannel.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webchannel/webchannel.pro b/src/webchannel/webchannel.pro
index eba8123..931ee03 100644
--- a/src/webchannel/webchannel.pro
+++ b/src/webchannel/webchannel.pro
@@ -39,6 +39,8 @@ qtHaveModule(qml) {
PRIVATE_HEADERS += \
qqmlwebchannelattached_p.h
+} else {
+ DEFINES += QT_NO_JSVALUE
}
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS