office-gobmx/config_host/config_kde5.h.in
Milian Wolff 4d78cf97d7 Extend build system to support linking against KDE Frameworks 5
Pass --enable-kde5 to autogen.sh to enable this feature. Then
add kde5 to the list of externals to link against KF5. I will
introduce other code that depends on KF5 though which will
leverage this feature.

Change-Id: I17e434a53ac769000b0f805b1f41cdc5c2c84ee2
Reviewed-on: https://gerrit.libreoffice.org/47715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2018-01-23 13:37:59 +01:00

10 lines
116 B
C

/*
Settings for KDE5 integration.
*/
#ifndef CONFIG_KDE5_H
#define CONFIG_KDE5_H
#define KDE5_HAVE_GLIB 0
#endif