summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2018-01-24 15:32:54 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-26 19:02:39 +0100
commit070a0e4c36b053db1502af83a383fe992aafa2b1 (patch)
tree22b711c702dac1539f26df8231d8953e70017655 /config_host
parent2bbfc116f673b0419abe69c5d63f8d9aa7810a60 (diff)
Backport buildsystem changes required to use Qt5
This applies the latest state that is available in current master. We only want the buildsystem changes, but not the vcl/qt5 or vcl/unx/kde5 code that is using that in master. The changes come from these commits by Jan-Marek Glogowski: 9335945c7cb21: KF5 initial VCL plugin 2ffb83daa4358: KF5 seperate Qt5 detection from KF5 88945965d5519: QT5 rename from KF5 b66a7cbd8491f: QT5 first stab on implementing CommonSalLayout Change-Id: I1dea45de5f482e03ffd8771708ec13a17e615bdf
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_qt5.h.in11
1 files changed, 11 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..51bb58566f2b
--- /dev/null
+++ b/config_host/config_qt5.h.in
@@ -0,0 +1,11 @@
+/*
+Settings for QT5 integration.
+*/
+
+#ifndef CONFIG_QT5_H
+#define CONFIG_QT5_H
+
+#define ENABLE_QT5 0
+#define QT5_HAVE_GLIB 0
+
+#endif