aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-20new macros macro_add_{compile,link}_flags(target "flags ...")Oswald Buddenhagen
svn path=/trunk/KDE/kdelibs/; revision=574886
2006-08-18Fix indentLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=574199
2006-08-17Add info for KDE4_ENABLE_FPIELaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=573764
2006-08-16fix version extraction regexps. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=573563
2006-08-16Add support for -FPIELaurent Montel
I don't know if other compiler supports it. For the moment I just add it for gcc svn path=/trunk/KDE/kdelibs/; revision=573536
2006-08-15remove the init() macro as per Alex's suggestion.Allen Winter
Thanks Alex. This does simplify things. svn path=/trunk/KDE/kdelibs/; revision=573396
2006-08-14Change KDE4_INSTALL_ICONSLaurent Montel
now it's not necessary to define theme name. this macro installs into good directory, name of theme is defined by prefix: crxx-bla-bla installed into crystalsvg/.../ same as for hicolor/locolor svn path=/trunk/KDE/kdelibs/; revision=572954 The following changes were in SVN, but were removed from git: M pics/crystalsvg/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-08-14fix handling of required features.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=572807
2006-08-13add a new init() macro that should go at the top of each module's Allen Winter
toplevel CMakeLists.txt file. init() basically erases any temp files that are left around from previous runs (like if the user hit ^C before cmake completed) svn path=/trunk/KDE/kdelibs/; revision=572796
2006-08-12-exclude files generated by qt4_generate_moc() from automocAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=572490
2006-08-12also search for Christian's win32libs at c:,d:,e:,f:,g:Peter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=572365
2006-08-12also search for Christian's win32libs in %PragramFiles%\win32libs\; ↵Peter Kümmel
http://www.abi-neuhaus.de/chris/win32libs svn path=/trunk/KDE/kdelibs/; revision=572315
2006-08-11Now we didn't have a snapshot kdelibsLaurent Montel
=> this test is not necessary svn path=/trunk/KDE/kdelibs/; revision=571953
2006-08-10Remove FORCE argument to fix compile on x86_64Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=571730
2006-08-09disable one more warning for msvcChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=571475
2006-08-08don't remove the la-files on make clean (#131172)Alexander Neundorf
it would be better to generate them as part of the build, but since the plan is to get rid of them anyway, I don't ewant to put the extra work in it now Alex svn path=/trunk/KDE/kdelibs/; revision=571165
2006-08-05Now we have "LIB_SUFFIX" to define lib suffix as into old bug system.Laurent Montel
it's a string 64/32 etc. svn path=/trunk/KDE/kdelibs/; revision=570072
2006-08-05if appending the old content to the paths it needs to be prefixed with the ↵Friedrich W. H. Kossebau
separator : of course svn path=/trunk/KDE/kdelibs/; revision=569946
2006-07-31Fix pb when we relauch ccmake -D... ../ Laurent Montel
LIB_* variable was not changed svn path=/trunk/KDE/kdelibs/; revision=568125
2006-07-30Fix jasper detectionPascal Létourneau
svn path=/trunk/KDE/kdelibs/; revision=567768
2006-07-27typo--Urs Wolfer
svn path=/trunk/KDE/kdelibs/; revision=567081
2006-07-27disable a msvc warningChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=566976
2006-07-27Scalable hicolor svgz existsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=566879
2006-07-26Improve icon macro:Laurent Montel
Install just icon which is into good theme. But For me it will better to not specify theme name and use prefix of icon to add into good theme dir. I will wait Alexx to discute about it. I comment debug to see errors about icons Now all icons are installed into good directory Becarefull if we uncommente it it returns false true. svn path=/trunk/KDE/kdelibs/; revision=566519
2006-07-24add a variable for /share/autostartAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=565954
2006-07-24change the tag file because we hope emailfunctions goes away sometime soon.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=565921
2006-07-24KDE4_KRESOURCES_LIBS is used but not defined anywhere.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=565911
2006-07-23add a variable for libkabc.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=565487
2006-07-21Remove bad charLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=564750
2006-07-21We have some mng iconsLaurent Montel
(kopete has some mng icons which must be installed as png icons) svn path=/trunk/KDE/kdelibs/; revision=564747
2006-07-20Now into kdelibs as kdebase and koffice use themLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=564569
2006-07-20Finally commit my change to kde4_add_kcfg_files.Michaël Larouche
Added GENERATE_MOC option to kde4_add_kcfg_files. Since only 1%(and I would even say 0.1%) of kcfg files need moc, I added that keyword to generate_moc explictly. Should speed up a little bit the build for kcfg which doesn't need moc. svn path=/trunk/KDE/kdelibs/; revision=564385
2006-07-17fix for win32 - why it's only me who needs this?Christian Ehrlicher
CCMAIL: syntheticpp@gmx.net svn path=/trunk/KDE/kdelibs/; revision=563490
2006-07-16don't check for openssl lib on every cmake run (win32)Christian Ehrlicher
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=562905
2006-07-15fix for OpenSSL 0.9.8b with msvcChristian Ehrlicher
hope it will work with < 0.9.8b too svn path=/trunk/KDE/kdelibs/; revision=562569
2006-07-13the configure process needs the include pathPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=561854
2006-07-13handle win32 support in FindKDE4Internal.cmakePeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=561849
2006-07-12-KDE4_AUTOMOC: give a better error message if the header which should exist ↵Alexander Neundorf
for creating the moc file doesn't exist This means that cmake will now abort if there is the header file which is required for KDE4_AUTOMOC is missing at cmake time. I think this shouldn't break anything, but I don't have enough computing power here to check all modules. CCMAIL: kde-buildsystem@kde.org CCMAIL: kde-core-devel@kde.org Alex svn path=/trunk/KDE/kdelibs/; revision=561632
2006-07-11Allow to specify classname.Laurent Montel
It's necessary to fix karm compile it uses same xml file but two different class and use the same lib =>it defined same object => we can't link. (it's very specific case) svn path=/trunk/KDE/kdelibs/; revision=560969
2006-07-11Allow to manually set the LIB_INSTALL_DIR (needed to install into lib64).Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=560859
2006-07-11Add kdefx variablLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=560781
2006-07-07Not necessary to keep debugLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=559391
2006-07-06-fix gcc version detection on MacAlexander Neundorf
CCMAIL: rangerrick@gmail.com Can you please check that this works now for you ? svn path=/trunk/KDE/kdelibs/; revision=559236
2006-07-06outdated and not needed anymoreUrs Wolfer
svn path=/trunk/KDE/kdelibs/; revision=558986
2006-07-05merge the settings from FindKDEPIMLibs.cmake, which I will be removing ASAP.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=558658
2006-07-05don't install into share/share/applnk (and so far there still are kcmodules ↵Matthias Kretz
that install there at least - to be changed to install into services, though) svn path=/trunk/KDE/kdelibs/; revision=558506
2006-07-05now we have a uninstall target in every toplevel module, so you can do "make ↵Alexander Neundorf
uninstall" e.g. in build/kdelibs/ Alex CCMAIL:kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=558348
2006-07-05if a wrong qmake has been found, mark it as invalid in the cache, so that it ↵Alexander Neundorf
is searched again the next time cmake runs Alex svn path=/trunk/KDE/kdelibs/; revision=558318
2006-07-04kompmgr is soon goneLuboš Luňák
svn path=/trunk/KDE/kdelibs/; revision=558238
2006-07-04delete previously installed FindQtDBus.cmake and QtDBUSMacros.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=558217