summaryrefslogtreecommitdiffstats
path: root/src/core/config/embedded_linux.pri
blob: 50f94147e51b29ed2388841862bd5fd501d23426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
GYP_ARGS += "-D qt_os=\"embedded_linux\" -I config/embedded_linux.gypi"

include(linux.pri)

GYP_CONFIG += \
    clang=0 \
    desktop_linux=0 \
    disable_nacl=1 \
    embedded=1 \
    enable_autofill_dialog=0 \
    enable_automation=0 \
    enable_captive_portal_detection=0 \
    enable_extensions=0 \
    enable_google_now=0 \
    enable_language_detection=0 \
    enable_managed_users=0 \
    enable_plugin_installation=0 \
    enable_plugins=0 \
    enable_printing=0 \
    enable_session_service=0 \
    enable_spellcheck=0 \
    enable_task_manager=0 \
    enable_themes=0 \
    enable_webrtc=0 \
    gtest_target_type=none \
    host_clang=0 \
    notifications=0 \
    ozone_auto_platforms=0 \
    ozone_platform_dri=0 \
    ozone_platform_test=0 \
    p2p_apis=0 \
    safe_browsing=0 \
    toolkit_views=1 \
    use_custom_freetype=0 \
    use_libpci=0 \
    use_ozone=1 \
    use_system_fontconfig=1 \
    icu_use_data_file_flag=0 \
    use_x11=0 \
    v8_use_snapshot=false \
    want_separate_host_toolset=1 \