aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-06-16typo fix - "kdesupport", not "kdesupprt"Helge Deller
svn path=/trunk/KDE/kdelibs/; revision=552184
2006-06-16Better error messages when either dbus-1 or dbus-qt4-1 can't be found using ↵David Faure
pkg-config. svn path=/trunk/KDE/kdelibs/; revision=552127
2006-06-14I can't build without thisGeorge Staikos
svn path=/trunk/KDE/kdelibs/; revision=551249
2006-06-12use d-bus 0.62Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=550825
2006-06-09-remove FindZLIB.cmake once we require cmake >= 2.4.3Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=549791
2006-06-09-also check for zdll on windows, patch from PeterAlexander Neundorf
-sync with cmake cvs Alex svn path=/trunk/KDE/kdelibs/; revision=549790
2006-06-09apply patch from Peter KuemmelAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=549759
2006-06-09rpath_style doesn't exist anymore since several weeks alreadyAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=549754
2006-06-07-first check for qmake, then for qmake-qt4, this is in sync with cmake's ↵Alexander Neundorf
FindQt4.cmake and better for us (as we use qt-copy) Alex svn path=/trunk/KDE/kdelibs/; revision=549218
2006-06-07Fix paths with white space.Paulo Moura Guedes
svn path=/trunk/KDE/kdelibs/; revision=549198
2006-06-06win32 fixesRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=548907
2006-06-05remove MacroGetenvWinPath.cmake, this is not required anymore since cmake 2.4.1Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=548477
2006-06-05Fix typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=548360
2006-06-02Add macro for phononcore/phononui libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=547477
2006-05-31Save 8 calls to pkg-config when reconfiguring and qtdbus is all in the cache ↵David Faure
already. svn path=/trunk/KDE/kdelibs/; revision=546948
2006-05-31- fix warning when calling automoc after qdbus_add_*Volker Krause
- consistent naming svn path=/trunk/KDE/kdelibs/; revision=546947
2006-05-31Add macros to generate adaptor code from XML and XML from a header file.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=546939
2006-05-31Put the vars in the cache; useful for debugging and for adding "reuse cache" ↵David Faure
to this module later on. svn path=/trunk/KDE/kdelibs/; revision=546937
2006-05-31Add macro to generate QDBus interfaces from XML descriptions.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=546931
2006-05-31Format porting doc nicer, point to it from configureAdriaan de Groot
svn path=/trunk/KDE/kdelibs/; revision=546899
2006-05-31Display Thiago's notes on where to get the new dependency so people aren't ↵Adriaan de Groot
immediately lost if they don't remember what happened on -core-devel. svn path=/trunk/KDE/kdelibs/; revision=546897
2006-05-31Re-add the DONTPORT check that I had removed in my own versionThiago Macieira
svn path=/trunk/KDE/kdelibs/; revision=546832
2006-05-31Since no objections were raised in kde-core-devel, I am merging theThiago Macieira
kdelibs4-dbus branch back into trunk. KDELibs compiles, links and installs with this, but obviously all other modules will fail to build. Let the porting commence. CCMAIL:kde-core-devel@kde.org,kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=546826
2006-05-30Allow cmake to use the gif include dir, necessary for the check.Paulo Moura Guedes
CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=546660
2006-05-30Move cmake duplicate check here:Laurent Montel
-> FindTagLib: need by kdemultimedia/amarok -> FindPostgreSQL: need by koffice-kexi/amarok -> FindMySQL: need by koffice-kexi/amarok -> FindMusicBrainz: need by amarok/kdemultimedia -> FindUSB: need by kdebase/amarok -> FindBerkeleyDB: need by kbabel/kdevelop -> FindRUBY: need by koffice-kross/amarok I will remove them from kde module after new snapshot (next monday) svn path=/trunk/KDE/kdelibs/; revision=546487
2006-05-28Check for UserData member of GifFileType so it bails with giflib (and not ↵Adriaan de Groot
libgif) during compile. svn path=/trunk/KDE/kdelibs/; revision=545738
2006-05-25Oops, forgot to remove that debugging message before committing.Simon Perreault
svn path=/trunk/KDE/kdelibs/; revision=544681
2006-05-25Check for qmake-qt4 before qmake. Doing otherwise would fail on Debian becauseSimon Perreault
qmake comes from Qt 3. svn path=/trunk/KDE/kdelibs/; revision=544680
2006-05-23Be just a *tad* more informative on the command-line when an essential ↵Adriaan de Groot
dependency is missing (this shows up under a stock Kubuntu install). Tell the user what was missing. This touches on the idea agai nthat we want a standard macro for informing users of missing dependencies. svn path=/trunk/KDE/kdelibs/; revision=544165
2006-05-23Search shape for ksnapshotLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=544133
2006-05-19-merge some fixes from cmake cvs:Alexander Neundorf
the macros for ui and rcc files now also work with absolute paths correct qouting for the qmake file Alex svn path=/trunk/KDE/kdelibs/; revision=542628
2006-05-18eh. another attempt. don't think this is quite working.Allen Winter
maybe Dirk would be willing to give it a try? svn path=/trunk/KDE/kdelibs/; revision=542316
2006-05-18visibility for the Intel C/C++ compiler.Allen Winter
it works (as in compiles and links), but I don't know for sure if it *really* works.. if you know what I mean :> svn path=/trunk/KDE/kdelibs/; revision=542311
2006-05-18Fix debug/release link problem for msvc.Peter Kümmel
Make two steps to be more clear: 1. revert to cmake's cvs version. 2. add changes for msvc this is step 2. CCMAIL:Paulo.Guedes@artelecom.pt CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=542213
2006-05-18Fix debug/release link problem for msvc.Peter Kümmel
Make two steps to be more clear: 1. revert to cmake's cvs version. 2. add changes for msvc this is step 1. CCMAIL:Paulo.Guedes@artelecom.pt CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=542211
2006-05-18change error messagePeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=542209
2006-05-18handle all msvc generators correct: debug/release, nmake/project generatorsPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=542175
2006-05-17-the behaviour of LIST(REMOVE_ITEM ...) changed from cmake 2.4.1 beta to ↵Alexander Neundorf
cmake 2.4.2, add a check to work with both (2.4.1 was only a beta and so not to be considered stable, and I was even one of the people who wanted this change) This hack can be removed once we require a cmake version >= 2.4.2 Alex svn path=/trunk/KDE/kdelibs/; revision=541957
2006-05-16Optimization: don't look twice for Qt 4. This is usually already done before ↵Paulo Moura Guedes
in FindKDE4Internal.cmake. svn path=/trunk/KDE/kdelibs/; revision=541637
2006-05-16If we are building kdelibs with debug build type then choose the debug Qt ↵Paulo Moura Guedes
libraries. Before, if both were available, the release Qt libs were always chosen, which makes msvc apps crash. I think this finnishes the build-system cycle for the win32 port, for now :) CCMAIL: kde-buildsystem@kde.org CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=541628
2006-05-16-a new cmake module which contains two macros:Alexander Neundorf
MACRO_LOG_FEATURE(VAR FEATURE DESCRIPTION URL) Logs the information so that it can be displayed at the end of the configure run VAR : variable which is TRUE or FALSE indicating whether the feature is supported FEATURE: name of the feature, e.g. "libjpeg" DESCRIPTION: description what this feature provides URL: home page MACRO_DISPLAY_FEATURE_LOG() Call this at the end of the toplevel CMakeLists.txt to display the collected results Example: INCLUDE(MacroLogFeature) FIND_PACKAGE(JPEG) MACRO_LOG_FEATURE(JPEG_FOUND "libjpeg" "Support JPEG images" "http://www.ijg.org") ... MACRO_DISPLAY_FEATURE_LOG() Alex CCMAIL:kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=541576
2006-05-16more work to get the Intel compilers fully supported. still not all the way ↵Allen Winter
done, but getting closer. svn path=/trunk/KDE/kdelibs/; revision=541571
2006-05-16fix install <callPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=541525
2006-05-16Taken from cmake cvs. This fixes moc and uic for msys.Paulo Moura Guedes
svn path=/trunk/KDE/kdelibs/; revision=541480
2006-05-16Even better. Suggested by Peter.Paulo Moura Guedes
CCMAIL: Peter Kummel [syntheticpp@gmx.net] svn path=/trunk/KDE/kdelibs/; revision=541478
2006-05-16Better. Only msvc requires same build type (release/debug).Paulo Moura Guedes
CCMAIL: Peter Kummel [syntheticpp@gmx.net] svn path=/trunk/KDE/kdelibs/; revision=541416
2006-05-16typoAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=541352
2006-05-15-avoid-version was a libtool option, don't pass it to the linkerDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=541334
2006-05-15Shh! if found in cache.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=541233
2006-05-15This is valid not only for msvc.Paulo Moura Guedes
CCMAIL: Peter Kummel [syntheticpp@gmx.net] svn path=/trunk/KDE/kdelibs/; revision=541109