summaryrefslogtreecommitdiffstats
path: root/src/core/core_common.pri
blob: 721e8c71a820deb7aec6034c1cecc524c9ac634b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 webenginecoreheaders-private

# Make QtCreator happy.
CHROMIUM_SRC_DIR = $$QTWEBENGINE_ROOT/$$getChromiumSrcDir()
INCLUDEPATH += $$CHROMIUM_SRC_DIR

qtHaveModule(positioning):QT += positioning
qtHaveModule(printsupport):QT += printsupport