summaryrefslogtreecommitdiffstats
path: root/src/core/config/desktop_linux.pri
blob: 500e0444807d4e83f81c1c6bf2cfaf3dee237369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GYP_ARGS += "-D qt_os=\"desktop_linux\""

GYP_CONFIG += \
    desktop_linux=1 \
    toolkit_uses_gtk=0 \
    use_aura=1 \
    use_ash=0 \
    use_cairo=0 \
    use_clipboard_aurax11=0 \
    use_cups=0 \
    use_gconf=0 \
    use_gio=0 \
    use_gnome_keyring=0 \
    use_kerberos=0 \
    use_pango=0 \
    host_clang=0 \
    clang=0 \

!contains(QT_CONFIG, pulseaudio): GYP_CONFIG += use_pulseaudio=0