# -*- Mode: makefile-gmake; 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,vclplug_kde4)) $(eval $(call gb_Library_use_custom_headers,vclplug_kde4,vcl/unx/kde4)) $(eval $(call gb_Library_set_include,vclplug_kde4,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Library_add_defs,vclplug_kde4,\ -DVCLPLUG_KDE4_IMPLEMENTATION \ )) $(eval $(call gb_Library_use_sdk_api,vclplug_kde4)) $(eval $(call gb_Library_use_libraries,vclplug_kde4,\ vclplug_gen \ vcl \ tl \ utl \ sot \ ucbhelper \ basegfx \ comphelper \ cppuhelper \ i18nlangtag \ i18nutil \ $(if $(ENABLE_JAVA), \ jvmaccess) \ cppu \ sal \ )) $(eval $(call gb_Library_use_externals,vclplug_kde4,\ boost_headers \ icuuc \ kde4 \ )) $(eval $(call gb_Library_add_libs,vclplug_kde4,\ -lX11 \ -lXext \ -lSM \ -lICE \ )) ifneq ($(KDE_HAVE_GLIB),) $(eval $(call gb_Library_add_defs,vclplug_kde4,\ $(KDE_GLIB_CFLAGS) \ )) $(eval $(call gb_Library_add_libs,vclplug_kde4,\ $(KDE_GLIB_LIBS) \ )) endif $(eval $(call gb_Library_add_exception_objects,vclplug_kde4,\ vcl/unx/kde4/KDEData \ vcl/unx/kde4/KDE4FilePicker \ vcl/unx/kde4/KDESalDisplay \ vcl/unx/kde4/KDESalFrame \ vcl/unx/kde4/KDESalGraphics \ vcl/unx/kde4/KDESalInstance \ vcl/unx/kde4/KDEXLib \ vcl/unx/kde4/main \ vcl/unx/kde4/VCLKDEApplication \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,vclplug_kde4,\ -lm \ -ldl \ -lpthread \ )) endif # vim: set noet sw=4 ts=4: llabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/workben
AgeCommit message (Expand)Author
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-21bah, removed too muchDavid Tardon
2015-07-21drop obsolete codeDavid Tardon
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-15cleanup MyWinTomaž Vajngerl
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-07coverity#1251177 Uncaught exceptionCaolán McNamara
2014-11-05coverity#1215393 Uncaught exceptionCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-21These "newly added" record types are publicly documented nowadaysTor Lillqvist
2014-05-19loplugin:saloverrideStephan Bergmann
2014-05-19loplugin:unreffunStephan Bergmann
2014-05-19svx: pixelctl demo - cleanup headersChris Sherlock
2014-05-19svx: Create pixel control (bitmap editing) demoChris Sherlock
2014-04-14typo: atim -> atomThomas Arnhold
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-28fixincludeguards.sh: svxThomas Arnhold