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 /cui | |
parent | 244f60531260cf6e88e764b5c271d5c9183b5d1a (diff) |
Build with kde5, first stab
this is largely based on jmux's work
Change-Id: I5897f3ecb90f83a29e0824bfe7a0ea875347e360
Diffstat (limited to 'cui')
-rw-r--r-- | cui/Library_cui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index 9b7cd70c9436..b057347a9b92 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -22,6 +22,7 @@ $(eval $(call gb_Library_set_precompiled_header,cui,$(SRCDIR)/cui/inc/pch/precom $(eval $(call gb_Library_add_defs,cui,\ $(if $(filter TRUE,$(ENABLE_GTK)),-DENABLE_GTK) \ $(if $(filter TRUE,$(ENABLE_KDE4)),-DENABLE_KDE4) \ + $(if $(filter TRUE,$(ENABLE_KDE5)),-DENABLE_KDE5) \ )) $(eval $(call gb_Library_use_custom_headers,cui,\ |