summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-10-27 10:04:02 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-11-06 12:05:31 +0100
commit88945965d55192b3c1b3b62227d3e48f0bfd8da2 (patch)
tree90fff9f410e19c79c7fa90c094a70afa081d5e20 /config_host
parent7cf778c4f37b5eecfc11db5d5d7e70cd8e66c748 (diff)
KF5 seperate Qt5 detection from KF5
Splits the configure checks into a Qt5 and KF5 specific part. Change-Id: I0a616ba031e1f7fd0385219ac48179adb4bdaf14
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_qt5.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_qt5.h.in b/config_host/config_qt5.h.in
new file mode 100644
index 000000000000..cdce1af7800c
--- /dev/null
+++ b/config_host/config_qt5.h.in
@@ -0,0 +1,10 @@
+/*
+Settings for QT5 integration.
+*/
+
+#ifndef CONFIG_QT5_H
+#define CONFIG_QT5_H
+
+#define QT5_HAVE_GLIB 0
+
+#endif