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 /RepositoryExternal.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 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 38fe79a98907..44a89738fb74 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3034,39 +3034,6 @@ endef endif # ENABLE_KDE4 -ifeq ($(ENABLE_KDE5),TRUE) - -define gb_LinkTarget__use_kde5 -$(call gb_LinkTarget_set_include,$(1),\ - $(subst -isystem/,-isystem /,$(filter -I% -isystem%,$(subst -isystem /,-isystem/,$(KF5_CFLAGS)))) \ - $$(INCLUDE) \ -) - -$(call gb_LinkTarget_add_defs,$(1),\ - $(filter-out -I% -isystem%,$(subst -isystem /,-isystem/,$(KF5_CFLAGS))) \ -) - -$(call gb_LinkTarget_add_libs,$(1),\ - $(KF5_LIBS) \ -) - -ifeq ($(COM),GCC) -$(call gb_LinkTarget_add_cxxflags,$(1),\ - -Wno-shadow \ -) -endif - -endef - -else # !ENABLE_KDE5 - -define gb_LinkTarget__use_kde5 - -endef - -endif # ENABLE_KDE5 - - # PYTHON # extra python_headers external because pyuno wrapper must not link python ifneq ($(SYSTEM_PYTHON),) |