From 63767e542b91c8bb8d6347e46f2c52cc8bd2dc86 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Fri, 11 Aug 2017 16:54:01 +0200 Subject: Revert "Build with kde5, first stab" this was meant to go to a feature branch *sigh it must be Friday --- cui/Library_cui.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/Library_cui.mk') 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,\ -- cgit