aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Collapse)Author
2006-12-23install dbus interfaces as discussed with Thiago and David.Laurent Montel
I will fix other modules tuesday for not breaking kde before christmas . svn path=/trunk/KDE/kdelibs/; revision=615920
2006-12-21lets try again.. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=615423
2006-12-21That part is fine.David Faure
svn path=/trunk/KDE/kdelibs/; revision=615408
2006-12-21Revert to the version before dirk's changes, to avoid the bug which prepends ↵David Faure
32 to all executables. Let's redo those changes one by one until we find the one that triggers this problem... svn path=/trunk/KDE/kdelibs/; revision=615404
2006-12-21enabling it without testing wasn't such a great ideaDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=615310
2006-12-20fix typo that made -fvisibility=hidden support to be always disabledDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=615282
2006-12-14Add KDE4_KTEXTEDITOR_LIBS variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=613684
2006-12-10-add option KDE4_USE_ALWAYS_FULL_RPATH (disabled by default): if enabled, ↵Alexander Neundorf
everything (also libs and plugins) will be linked with full RPATH Alex svn path=/trunk/KDE/kdelibs/; revision=612333
2006-11-28Add KDE4_KROSSCORE_LIBRARY/LIBS variablesLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=608729
2006-11-27-modify RPATH behaviour for libraries so that they work as expected ↵Alexander Neundorf
(...although it might not be correct expectations...) this changed with cmake 2.4.3, where INSTALL_RPATH_USE_LINK_PATH was introduced -add docs for BIN_INSTALL_DIR and SBIN_INSTALL_DIR Alex svn path=/trunk/KDE/kdelibs/; revision=608580
2006-11-26set linker flag --export-all-symbols for all targets, otherwise some ↵Ralf Habacker
depending targets could not be build svn path=/trunk/KDE/kdelibs/; revision=607915
2006-11-12this does not work and I'm not enough of a cmake expertStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=604286
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-06Add the forwarding includes directory to ${KDE_INCLUDES}Hamish Rodda
svn path=/trunk/KDE/kdelibs/; revision=602569
2006-10-31Display real default valueLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=600648
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-24Perl binary is requiredLaurent Montel
=> FATAL_ERROR when we don't have it. svn path=/trunk/KDE/kdelibs/; revision=598801
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-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-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-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-16Generic method for define KDE_USE_FINAL as discussed with DavidLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=595984
2006-10-04Add cmake macro for solidifaces lib and knotifyconfig libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=592254
2006-10-02Add macro for solid libLaurent Montel
and fix comment svn path=/trunk/KDE/kdelibs/; revision=591482
2006-09-28add some special logic so that changing CMAKE_INSTALL_PREFIX still changes ↵Alexander Neundorf
all other install locations, as long as they haven't been set explicitely to some other location, as discussed with Volker Krause Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=589585
2006-09-27Add a new CMAKE_BUILD_TYPE called 'profile' for gcc on linux and appleHolger Freyther
If you use gcc and either linux or apple and use -DCMAKE_BUILD_TYPE=profile you have about the same configuration as debugfull but additionally gcc test coverage is enabled. This needs to be enabled when compiling and linking. I add this to enable creating nice test coverage graphs I have seen at http://venge.net/monotone svn path=/trunk/KDE/kdelibs/; revision=589181
2006-09-22SVN_SILENT: fix varPer Winkvist
svn path=/trunk/KDE/kdelibs/; revision=587265
2006-09-22add definitions for threadweaverMatt Rogers
svn path=/trunk/KDE/kdelibs/; revision=587253
2006-09-16Now it's kde4-configLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=585068
2006-09-15readd -DQT_NO_STL for much faster compile timesAlexander Neundorf
you can use REMOVE_DEFINITIONS(-DQT_NO_STL) in your project if you don't want it there Alex svn path=/trunk/KDE/kdelibs/; revision=584948
2006-09-13-minor performance improvement: use LIST(APPEND list item1 item2... ) ↵Alexander Neundorf
instead of SET(list ${list} item1 item2) -add some documentation -rename KDE4_HANDLE_RPATH() to KDE4_HANDLE_RPATH_FOR_EXECUTABLE() and add a new KDE4_HANDLE_RPATH_FOR_LIBRARY(), so that rpath handling is now very centralized This shouldn't cause a recompile for anybody, at least it didn't for me. If it does nevertheless, let me know. Alex svn path=/trunk/KDE/kdelibs/; revision=583926
2006-09-13otherwise $LDFLAGS is ignoredBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=583870
2006-09-12-finally require cmake >= 2.4.3Alexander Neundorf
-remove the LIST command hack -always use the simpler and more powerful cmake 2.4.3 CMAKE_INSTALL_RPATH_USE_LINK_PATH option -rename the shell wrapper scripts from *.sh to *.shell, this fixes the build with OpenBSD make, which otherwise sometimes doesn't build the binaries but just copies the .sh scripts to the binaries via implicit rules -move KDELIBSUFF from FindKDE4Internal.cmake to ConfigureChecks.cmake, since this is used only in kdelibs, if it needs to be used somewhere else, LIB_SUFFIX can be used instead Alex svn path=/trunk/KDE/kdelibs/; revision=583638
2006-09-12Just commentsDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=583578
2006-09-11remove QT3_SUPPORT defines, so that modules withoutDirk Mueller
the need for QT3 support remain clean svn path=/trunk/KDE/kdelibs/; revision=583292
2006-09-07fix typo and remove "above", since there is no copyright notice above.Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=581906
2006-09-07make the statement a bit short so it fits on one lineAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=581900
2006-09-07-add an extra file with the BSD license for the cmake script filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=581898
2006-09-04Remove the FORCE keyword from the various install directories, which we ↵Alexander Neundorf
added in Trysil. By now it should be correct in everybodies cache, and without the FORCE it can now even be edited again. Let me know if suddenly some things aren't installed correctly anymore for you. Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=580957
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-17Add info for KDE4_ENABLE_FPIELaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=573764
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-11Now we didn't have a snapshot kdelibsLaurent Montel
=> this test is not necessary svn path=/trunk/KDE/kdelibs/; revision=571953