diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-11 11:47:01 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-11 16:43:14 +0200 |
commit | 19805f85b35672e6d0ee16f8fb4b79a3e94fc05d (patch) | |
tree | 96ccdb549c4cf3dd910636c622924eef1eca840c /config_host/config_kde5.h.in | |
parent | 244f60531260cf6e88e764b5c271d5c9183b5d1a (diff) |
Build with kde5, first stab
this is largely based on jmux's work
Change-Id: I5897f3ecb90f83a29e0824bfe7a0ea875347e360
Diffstat (limited to 'config_host/config_kde5.h.in')
-rw-r--r-- | config_host/config_kde5.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_kde5.h.in b/config_host/config_kde5.h.in new file mode 100644 index 000000000000..01fa9d212789 --- /dev/null +++ b/config_host/config_kde5.h.in @@ -0,0 +1,10 @@ +/* +Settings for KDE5 integration. +*/ + +#ifndef CONFIG_KDE5_H +#define CONFIG_KDE5_H + +#define KF5_HAVE_GLIB 0 + +#endif |