summaryrefslogtreecommitdiffstats
path: root/src/core/config/common.pri
blob: 01c94297613e2199659395660aed820796ac1834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Shared configuration for all our supported platforms

# Trigger Qt-specific build conditions.
GYP_CONFIG += use_qt=1
# Enable printing. We enable preview because we use preview logic even if we don't support preview.
GYP_CONFIG += enable_basic_printing=1 enable_print_preview=1
# We do not want to ship more external binary blobs, so let v8 embed its startup data.
GYP_CONFIG += v8_use_external_startup_data=0
# WebSpeech requires Google API keys and adds dependencies on speex and flac.
GYP_CONFIG += enable_web_speech=0
# We do not use or even include the extensions
GYP_CONFIG += enable_extensions=0