aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-09-03 change search order: Peter Kümmel
1. command line option GNUWIN32_DIR 2. GNUWIN32_DIR enviroment variable 3. default programm install folder svn path=/trunk/KDE/kdelibs/; revision=580362
2006-09-03also work with spaces in %PROGRAMFILES% (US default: c:\Program Files)Peter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=580321
2006-09-03search only in the case when GNUWIN32_DIR is not setPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=580319
2006-08-30-revert unwanted changed...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=579044
2006-08-30oops, remove these lines...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=579042
2006-08-30-add BSD copyright noticeAlexander Neundorf
Should we add a copyright notice like this in every cmake module ? Or is there a way to have the same shorter ? Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=579041
2006-08-30Add new macro KDE4_SYNDICATION_LIBS KDE4_KLDAP_LIBSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=579020
2006-08-30-add a FindPNG.cmake which bails out with FATAL_ERROR if png was not found ↵Alexander Neundorf
and which also searches in /usr/local/include/libpng/ (for OpenBSD) -check that PNG was actually found (both can be removed once we required cmake 2.4.4 ... so maybe next year) Alex svn path=/trunk/KDE/kdelibs/; revision=578973
2006-08-30Used by koffice/kdenetworkLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=578909
2006-08-22help debugging build failuresStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=575854
2006-08-20add CheckCSourceRuns from cmake cvs - remove after upgrade to cmake 2.5Oswald Buddenhagen
svn path=/trunk/KDE/kdelibs/; revision=575090
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