summaryrefslogtreecommitdiffstats
path: root/src/core/config/common.pri
blob: 793e26a61ea5ff1b86806ebeedd49d09f9d7df03 (plain)
1
2
3
4
5
6
7
8
# Shared configuration for all our supported platforms

# Trigger Qt-specific build conditions.
GYP_CONFIG += use_qt=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
# Disable printing since we don't support it yet
GYP_CONFIG += enable_basic_printing=0 enable_print_preview=0