summaryrefslogtreecommitdiffstats
path: root/src/core/config/embedded_linux.pri
blob: d90072ef399f139e58961d245aea9c20b6cc4f60 (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
42
43
44
45
46
47
48
49
GYP_ARGS += "-D qt_os=\"embedded_linux\""

GYP_CONFIG += \
    embedded=1 \
    use_aura=1 \
    use_ozone=1 \
    use_openssl=1 \
    disable_nacl=1 \
    use_system_icu=1 \
    build_ffmpegsumo=0 \
    configuration_policy=0 \
    enable_autofill_dialog=0 \
    enable_automation=0 \
    enable_background=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_webrtc=0 \
    enable_themes=0 \
    notifications=0 \
    ozone_platform_dri=0 \
    ozone_platform_test=0 \
    p2p_apis=0 \
    safe_browsing=0 \
    toolkit_uses_gtk=0 \
    use_ash=0 \
    use_cups=0 \
    use_custom_freetype=0 \
    use_gconf=0 \
    use_gio=0 \
    use_gnome_keyring=0 \
    use_kerberos=0 \
    use_pango=0 \
    use_pulseaudio=0 \
    use_x11=0 \
    want_separate_host_toolset=0 \
    use_cairo=0 \
    desktop_linux=0 \
    v8_use_snapshot=false \
    gtest_target_type=none \