aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-09unconfuse the masterStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=603517
2006-11-09let's try if it's really that simple :)Stephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=603513
2006-11-09I choose to install it nowhere in program_files but right in KDE's install pathStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=603469
2006-11-06copying the GLIB2 module from kdebase, as it's needed by kdemultimediaPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=602730
2006-11-06qtmain/qtmaind changes:Peter Kümmel
* remove usage of dummy QT_QTMAIN_INCLUDE_DIR * make qtmain library code more consistent with the rest CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=602637
2006-11-06Add the forwarding includes directory to ${KDE_INCLUDES}Hamish Rodda
svn path=/trunk/KDE/kdelibs/; revision=602569
2006-11-06I had to make the logging more verbose and easier to read.Allen Winter
Sure, we want something that can be easy to parse by machine, but more important to make it human-readable, IMO. CCMAIL: neundorf@kde.org, groot@kde.org svn path=/trunk/KDE/kdelibs/; revision=602461
2006-11-06-one more macro_log_featureAlexander Neundorf
-cosmetic fixes to FindTIFF.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=602438
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