summaryrefslogtreecommitdiffstats
path: root/src/core/core_common.pri
blob: 8375d89e5e04a2ff0eb976da7c35af905e22db2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
QT_PRIVATE += quick-private gui-private core-private webenginecoreheaders-private

qtConfig(webengine-geolocation): QT += positioning
qtConfig(webengine-webchannel): QT += webchannel

# LTO does not work for Chromium at the moment, so disable it completely for core.
CONFIG -= ltcg

# Chromium requires C++14
CONFIG += c++14

#QTBUG-73216 ci has to be updated with latest yocto
boot2qt: CONFIG -= use_gold_linker