diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-11 16:54:01 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-11 16:54:01 +0200 |
commit | 63767e542b91c8bb8d6347e46f2c52cc8bd2dc86 (patch) | |
tree | 87b2ce51c670ce9e2fa438f99940c501d9557d50 /cui/Library_cui.mk | |
parent | 19805f85b35672e6d0ee16f8fb4b79a3e94fc05d (diff) |
Revert "Build with kde5, first stab"
this was meant to go to a feature branch *sigh it must be Friday
Diffstat (limited to 'cui/Library_cui.mk')
-rw-r--r-- | cui/Library_cui.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index b057347a9b92..9b7cd70c9436 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -22,7 +22,6 @@ $(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,\ |