summaryrefslogtreecommitdiff
path: root/vcl/Library_vclplug_kde4.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl1-4/+7
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl1-4/+5
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-05-29set all kde4 libs in configureDavid Tardon1-4/+0
Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
2012-05-29simplify by using externalsDavid Tardon1-11/+1
Change-Id: Ife3ddccf65e9d2163589c3ab0f234d6e98d3105d
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon1-4/+0
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
2012-05-05add dependency on fpickerDavid Tardon1-0/+4
Change-Id: I45348c7f5c811524c6c2e98f718b36a72b980687
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-4/+4
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-02KDE4 file picker moved from fpicker to vclCédric Bosdonnat1-0/+2
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan1-5/+2
2012-03-08fold i18npaper into i18nutilCaolán McNamara1-1/+0
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
2012-02-29Typo fps_kde4 -> vclplug_kde4Stephan Bergmann1-1/+1
2012-02-27disable -Wshadow for KDE backendsLuboš Luňák1-0/+6
KDE/Qt consider -Wshadow not worth the trouble, and the qhash workaround shows why.
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist1-0/+1
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-07-23keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen1-2/+2
2011-07-21resyncing to masterBjoern Michaelsen1-1/+5
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-3/+3
Conflicts: basebmp/prj/d.lst basebmp/test/basictest.cxx basebmp/test/makefile.mk basegfx/inc/basegfx/basegfxdllapi.h basegfx/inc/basegfx/tools/debugplotter.hxx basegfx/inc/basegfx/tuple/b2ituple.hxx basegfx/prj/d.lst basegfx/source/numeric/makefile.mk basegfx/source/polygon/makefile.mk basegfx/source/range/makefile.mk basegfx/source/raster/makefile.mk basegfx/source/tuple/makefile.mk basegfx/source/vector/makefile.mk basegfx/test/basegfx1d.cxx basegfx/test/makefile.mk basegfx/util/makefile.mk canvas/Library_canvasfactory.mk canvas/Module_canvas.mk canvas/prj/build.lst canvas/prj/d.lst canvas/source/cairo/cairo_canvashelper_texturefill.cxx canvas/source/cairo/makefile.mk canvas/source/tools/makefile.mk comphelper/qa/string/makefile.mk cppcanvas/Module_cppcanvas.mk cppcanvas/inc/cppcanvas/cppcanvasdllapi.h cppcanvas/prj/build.lst cppcanvas/prj/d.lst cppcanvas/source/mtfrenderer/makefile.mk cppcanvas/util/makefile.mk i18npool/source/search/makefile.mk regexp/Library_regexp.mk regexp/prj/d.lst sax/CppunitTest_sax.mk sax/Library_sax.mk sax/prj/d.lst sax/qa/cppunit/test_converter.cxx sax/source/expatwrap/attrlistimpl.hxx sax/util/makefile.mk svtools/Library_svt.mk tools/Executable_sspretty.mk ucbhelper/prj/d.lst ucbhelper/source/provider/configureucb.cxx ucbhelper/source/provider/provconf.cxx ucbhelper/util/makefile.mk unotools/Library_utl.mk unotools/Module_unotools.mk unotools/Package_inc.mk unotools/prj/build.lst vcl/Library_desktop_detector.mk vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/aqua/source/gdi/salprn.cxx vcl/inc/aqua/saldata.hxx vcl/unx/generic/gdi/salgdi3.cxx
2011-06-18remove all traces of offuh from makefilesDavid Tardon1-1/+5
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl1-2/+1
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-06-17gnumake4: #i117610#: move icule to RepositoryExternal.mk [hg:e86f5a26e982]Michael Stahl1-2/+5
2011-06-17gnumake4: vcl: adapt makefiles to gnumake4 changes [hg:4a760b654a05]Michael Stahl1-5/+4
2011-05-31do not have a .cxx file just for #including a .moc fileLuboš Luňák1-1/+0
2011-05-29add custom rule to build moc stuff for kde4Caolán McNamara1-0/+4
2011-05-28chmod -xTor Lillqvist1-0/+0
2011-04-29Make vcl building.Jan Holesovsky1-3/+0
2011-03-23vcl2gnumake: #i116588# add: windows native resource files, cleanup (thanks ↵Philipp Lohmann [pl]1-4/+0
hjs !)
2011-01-26vcl2gnumake: #i116588# move vcl to gbuild (step 2)Philipp Lohmann [pl]1-0/+2
2011-01-25vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)Philipp Lohmann [pl]1-0/+101