# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,tdefilepicker)) $(eval $(call gb_Executable_add_defs,tdefilepicker,\ $(TDE_CFLAGS) \ -DENABLE_TDE \ )) $(eval $(call gb_Executable_set_include,tdefilepicker,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/solenv/inc \ -I$(SRCDIR)/vcl/inc/unx/tde \ )) $(eval $(call gb_Executable_use_libraries,tdefilepicker,\ sal \ )) $(eval $(call gb_Executable_add_libs,tdefilepicker,\ $(TDE_LIBS) \ -ltdeio -lX11 \ )) $(eval $(call gb_Executable_add_exception_objects,tdefilepicker,\ vcl/unx/kde/fpicker/kdecommandthread \ vcl/unx/kde/fpicker/kdefilepicker \ vcl/unx/kde/fpicker/kdefpmain \ vcl/unx/kde/fpicker/kdemodalityfilter \ )) $(eval $(call gb_Executable_add_generated_cxxobjects,tdefilepicker,\ CustomTarget/vcl/unx/kde/fpicker/kdefilepicker.moc \ )) $(eval $(call gb_Executable_set_warnings_not_errors,tdefilepicker)) # TDE/TQt consider -Wshadow more trouble than benefit $(eval $(call gb_Executable_add_cxxflags,kdefilepicker,\ -Wno-shadow \ )) # vim: set noet sw=4 ts=4: 2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_helpex.mk
AgeCommit message (Expand)Author
2013-09-25Revert "More ICU dependencies that are now dragged in"Matúš Kukan
2013-09-23Seems that on the Android tinderboxes, icudata is needed by helpexTor Lillqvist
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-09rename expat external to 'expat'David Tardon
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley
2012-12-02RepositoryExternal.mk: clean up awful icudata/icui18n duplicationMichael Stahl
2012-11-20Merge branch 'feature/killsdf'Andras Timar
2012-11-19Use icu regex in l10ntools instead of i18nregexpZolnai Tamás
2012-11-13fix system boostPeter Foley
2012-11-13XML tag check in help and readme translationsAndras Timar
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar
2012-11-10l10ntools needs boostPeter Foley
2012-09-20Use po file for merge 1. stepZolnai Tamás