From eee482929a81ae9d685a0ee140733227ceac6543 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Thu, 14 Aug 2014 02:21:56 +0800 Subject: Integrate with WebChannel Provide a transport mechanism for WebChannel over chromium IPC and expose WebChannel in our experimental QML API. Co-authored by Milian Wolff. Change-Id: Ia24b1d4ebc8515de677d4849ec33cb55c963918e Reviewed-by: Andras Becsi --- src/core/core_common.pri | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/core/core_common.pri (limited to 'src/core/core_common.pri') diff --git a/src/core/core_common.pri b/src/core/core_common.pri new file mode 100644 index 000000000..2e9ee4198 --- /dev/null +++ b/src/core/core_common.pri @@ -0,0 +1,8 @@ +# NOTE: The TARGET, QT, QT_PRIVATE variables are used in both core_module.pro and core_gyp_generator.pro +# gyp/ninja will take care of the compilation, qmake/make will finish with linking and install. + +TARGET = QtWebEngineCore +QT += qml quick webchannel +QT_PRIVATE += quick-private gui-private core-private + +qtHaveModule(positioning):QT += positioning -- cgit v1.2.3