aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-11-05-make the format of macro_log_feature less verboseAlexander Neundorf
Alex CCMAIL: winter@kde.org, groot@kde.org Feel free to change it as you like it svn path=/trunk/KDE/kdelibs/; revision=602437
2006-11-05-improved FindKdepimLibs.cmake to support _FOUND, REQUIRED and QUIETAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=602246
2006-11-03update with the QTMAIN part of the cmake cvsPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=601625
2006-11-02add libkmimeVolker Krause
svn path=/trunk/KDE/kdelibs/; revision=601223
2006-10-31Display real default valueLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=600648
2006-10-30search for xsltprocVolker Krause
svn path=/trunk/KDE/kdelibs/; revision=600522
2006-10-24try to fix the automoc problem in kioslave/media/medianotifierAlexander Neundorf
kde4_automoc() absolutely _must_ work without the macro_add_file_dependencies() line. If it doesn't it's a cmake bug. But since this is the way the dependencies of generated files are handled everywhere I am at least 99% sure it works in cmake and the mistake must be on my side. So, I think the problem was that mediamanageriface.cpp was also used from mdeia/medianotifier/ using "../mediamanageriface.cpp". Then this file was parsed for "include *moc" and probably the correct line was found and added as a property to the source file using the absolute path. Later on in kde4_add_plugin() the property for the moc files was retrieved but without using the absolute path, so that's why probably the moc file wasn't found and so the dependency wasn't created. CCMAIL: faure@kde.org David, can you please check and let me know ? Thanks Alex svn path=/trunk/KDE/kdelibs/; revision=598892
2006-10-24-make enable_final work for kdeinit executables: give the final-file for the ↵Alexander Neundorf
kdeinit lib a different name than the final-file for the application Alex CCMAIL: montel@kde.org svn path=/trunk/KDE/kdelibs/; revision=598883
2006-10-24-note that this check can be removed once we depend on cmake >= 2.4.4Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=598876
2006-10-24Re-enable this line... kdebase breaks otherwise withDavid Faure
No rule to make target `runtime/kioslave/media/medianotifier/mediamanageriface.moc', needed by `[...]/runtime/kioslave/media/mediamanageriface.o'. svn path=/trunk/KDE/kdelibs/; revision=598854
2006-10-24Perl binary is requiredLaurent Montel
=> FATAL_ERROR when we don't have it. svn path=/trunk/KDE/kdelibs/; revision=598801
2006-10-24add a missing d fro qtuitools debug libChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=598769
2006-10-24Apparently this is still needed for Qt-4.2.1/msvcDavid Faure
CCMAIL: "Christian Ehrlicher" <Ch.Ehrlicher@gmx.de> svn path=/trunk/KDE/kdelibs/; revision=598624
2006-10-24RUBY_LIBRARY is also set.Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=598586
2006-10-24remove also the 'NOTEÃE' agaiSebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=598585
2006-10-24better :-/Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=598583
2006-10-24* check also for ruby 1.9Sebastian Sauer
* 'archdir' may empty and if that's the case use 'rubyincludedir' * use 'ruby_version' * don't hardcode ruby include-path svn path=/trunk/KDE/kdelibs/; revision=598580
2006-10-23-remove some commented out codeAlexander Neundorf
-fix kde4_add_kdeinit_executable() for enable_final Laurent: this can't have worked before, did it ? CCMAIL: montel@kde.org Alex svn path=/trunk/KDE/kdelibs/; revision=598548
2006-10-23Now that we're using Qt-4.2, we can clean up FindQt4.cmake to stop looking ↵David Faure
for QtCore_debug.so etc. My main motivation being more speed and less confusing output (about many libs not being found). Tested by Paulo on msvc and mingw - thanks! svn path=/trunk/KDE/kdelibs/; revision=598386
2006-10-23Remove definition "-DKDE_USE_FINAL" when we can't compile with enable final ↵Laurent Montel
argument svn path=/trunk/KDE/kdelibs/; revision=598383
2006-10-23Fix typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=598377
2006-10-23Create macro to disable enable final argument into specific directory.Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=598376
2006-10-23Not necessaryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=598346
2006-10-23Apply Alex patch (now we can use enable-final argumentLaurent Montel
some module compiles with enable-final now) As discussed with Alex it's not necessary to have program name into automoc macro svn path=/trunk/KDE/kdelibs/; revision=598288 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-10-22assistantclient lib is now named QtAssistantClient4(d) on windows...Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=598140
2006-10-22this should fix the linker errors. Since those libs are system libs, there ↵Christian Ehrlicher
is no need to do an extra search to find them - if they're not available, we would not be able to link any bigger program on win32 @sebsauer: I don't get an error in FindZLib.cmake ... svn path=/trunk/KDE/kdelibs/; revision=598092
2006-10-22ok, now it's official. I am stupid :-/Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597959
2006-10-22Deactivated it again cause it seems to be the reason for probs with Qt 4.1.x ↵Sebastian Sauer
while it seems to be needed with Qt 4.2.x :-/ @Christian: could be find here a way to have it working for everybody? propably check for the Qt-version or something like this? CC_MAIL: Ch.Ehrlicher@gmx.de svn path=/trunk/KDE/kdelibs/; revision=597951
2006-10-21ah. revert parts of r597624 since it seems I got confused by the name ↵Sebastian Sauer
win32libs which has another meaning this days as it had on KDE3. @Christian does this finally fix the compile-prob with msvc I just introduced? btw, I also wonder that GnuWin32 is not marked as REQUIRED and is not mention at the kdelibs.com tutorial at all. Do we depend on it or not? CC_MAIL: Ch.Ehrlicher@gmx.de svn path=/trunk/KDE/kdelibs/; revision=597849
2006-10-21ok, reactivate those part since actualy there exist a dbus_for_win ( Sebastian Sauer
http://sourceforge.net/project/showfiles.php?group_id=171968 ) which was not documented anywhere. Thanks Laurent and Christian :) svn path=/trunk/KDE/kdelibs/; revision=597820
2006-10-21This is not needed at all - it worked before without and now it doesn' work ↵Christian Ehrlicher
with msvc anymore! cmake adds those libs automagically afaik CCMAIL: mail@dipe.org CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=597662
2006-10-21added temp info for ppl who may like to try to get it compiled under win/mingw.Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597625
2006-10-21* look also in a directory named "kdewin32" for the gnuwin32 libs.Sebastian Sauer
* abort with FATAL_ERROR if gnuwin32 could not be found and REQUIRED got defined. svn path=/trunk/KDE/kdelibs/; revision=597624
2006-10-21* added ${KDEWIN32_LIBRARY_PATH}Sebastian Sauer
* use find_library Now linking fails cause of the on win32 missing dbus libs... svn path=/trunk/KDE/kdelibs/; revision=597618
2006-10-20added TODO for later to don't forget about it.Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597608
2006-10-20cmake runs through now. Compiling on win/mingw could start :)Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597606
2006-10-20and again some more steps closer to get it compile with mingw...Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597596
2006-10-20one step closer to get it compiling with mingw.Sebastian Sauer
svn path=/trunk/KDE/kdelibs/; revision=597592
2006-10-16Fix tabLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=596008
2006-10-16Generic method for define KDE_USE_FINAL as discussed with DavidLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=595984
2006-10-14this will do the automoc for KDE in the future, making cmake run much faster :-)Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=595469
2006-10-13Update docLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=595215
2006-10-13Necessary to modify KDE4_ADD_KCFG_FILES to support ENABLE_FINALLaurent Montel
(there was not a dependancy between <name>_final.cpp file and kcfg file => kfg files were never created) Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules I ported all kde module (without enable-final argument, it compiles fines (test and program)) Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works) (I didn't test all compile for the moment I will fix all compile today (without enable-final argument) kdelibs/kdepimlibs/kdebase/kdeutils compiles fine) Regards svn path=/trunk/KDE/kdelibs/; revision=595168
2006-10-13Check for MYSQL_OPT_USE_EMBEDDED_CONNECTION enum value.Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=595072
2006-10-13SVN_SILENT: fix tabLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=595070
2006-10-13Fix tabLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=595069
2006-10-13Create final file when we call automoc macroLaurent Montel
Fix list of file for final files (not take first file into file list as _c_file argument) Is it necessary to have a _c_file_ argument into create_final macro ? CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=595067
2006-10-13Necessary to change KDE4_AUTOMOC macro to supportLaurent Montel
enable-final argument (there was not a dependancy between <name>_final.cpp file and moc generated files => moc files were never created) Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules I ported and tested all kde module (without enable-final argument, it compiles fines (test and program)) Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works) Regards svn path=/trunk/KDE/kdelibs/; revision=595037 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-10-12Fix kdevelop not linking due to QT_QTDESIGNERCOMPONENTS_LIBRARY being empty ↵David Faure
(typo in this file). However this whole _debug stuff should be cleaned up now that we use Qt-4.2.0 ... svn path=/trunk/KDE/kdelibs/; revision=594852
2006-10-11Add cmake macro for qtdesignercomponents libLaurent Montel
(need to fix kdevelop build on macosx) svn path=/trunk/KDE/kdelibs/; revision=594561