summaryrefslogtreecommitdiffstats
path: root/src/core/config
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-24 18:49:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-28 13:33:11 +0100
commit9be81c588afc913f5214d78608fecafeef8bc160 (patch)
tree19b06bff7e5016845ad30babc32ae5cc9f3834e6 /src/core/config
parent9a1a09bf82ea98a2b69b351120619c787ce990a8 (diff)
Get rid of GTK dependencies
Build with aura by default and remove GTK related code. This patch introduces a mechanism for setting gyp build configuration variables using a GYP_CONFIG and adds a desktop_linux.pri configuration for this target. Change-Id: I6b044ba52ebb20c187572669af94a6fc280b0412 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/core/config')
-rw-r--r--src/core/config/desktop_linux.pri16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/config/desktop_linux.pri b/src/core/config/desktop_linux.pri
new file mode 100644
index 000000000..47fb4de77
--- /dev/null
+++ b/src/core/config/desktop_linux.pri
@@ -0,0 +1,16 @@
+GYP_CONFIG += \
+ desktop_linux=1 \
+ toolkit_uses_gtk=0 \
+ use_alsa=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 \
+ use_pulseaudio=0 \
+