aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Collapse)Author
2008-01-15say "4.1" when finding the internal include or lib.Allen Winter
mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=761874
2008-01-15fix itAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=761504
2008-01-14change find include dir message to be less specific about the KDE 4 minor ↵Allen Winter
version. svn path=/trunk/KDE/kdelibs/; revision=761382
2008-01-13set USE_FULL_RPATH to OFF for APPLE since anything else leaves us with bad ↵Benjamin Reed
install_names svn path=/trunk/KDE/kdelibs/; revision=760906
2008-01-12turn off Intel C/C++ compiler remarks. they are a nuisance.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=760550
2008-01-12add -Wall to the Intel C/C++ compiler optionsAllen Winter
I wonder if we should also add -Wcheck? svn path=/trunk/KDE/kdelibs/; revision=760425
2007-12-20turn-off all debugging messages in "Release Mode"Allen Winter
as discussed on the kde-buildsystem mailing list. svn path=/trunk/KDE/kdelibs/; revision=750964
2007-12-19-better commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=750668
2007-12-18fix commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=750066
2007-12-18Fixup for the nodefault lib msvc stuff, it now uses the same method we use ↵Shane King
in FindQt4 for setting flags via a macro and forcing them to the cache. This should allow it to work with the .sln generator too. svn path=/trunk/KDE/kdelibs/; revision=749881
2007-12-17make the option KDE4_USE_ALWAYS_FULL_RPATH default to TRUE, so shared libs ↵Alexander Neundorf
will be built with RPATH this is correct, but make install will now take longer, since now also shared libs have to be relinked Alex svn path=/trunk/KDE/kdelibs/; revision=749796
2007-12-17As discussed on kde-buildsystem, add --enable-new-dtags to the linker flags ↵David Faure
on linux+gcc. This makes ./kmyunittest.shell work as expected, i.e. it uses the locally built libs instead of the installed ones. svn path=/trunk/KDE/kdelibs/; revision=749514
2007-12-14minor win32 msvc fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=748334
2007-12-13win32 msvc fix: CMAKE_EXE_LINKER_FLAGS_... seems not to be used, instead ↵Ralf Habacker
only CMAKE_EXE_LINKER_FLAGS is used regardless of build type svn path=/trunk/KDE/kdelibs/; revision=748113
2007-12-13win32 msvc fix: debug modes uses different library as releaseRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=748078
2007-12-13fixed msvc problem indicated by "__thiscall type_info::type_info(class ↵Ralf Habacker
type_info const &)" (??0type_info@@AAE@ABV0@@Z) already defined in LIBCMT.lib(typinfo.obj) svn path=/trunk/KDE/kdelibs/; revision=748005
2007-12-12Update comment to more accurately reflect what's going on with qt linking ↵Shane King
and mingw svn path=/trunk/KDE/kdelibs/; revision=747507
2007-12-12Fix for mingw to ensure -DQT_NO_DEBUG is set so plugins may load correctly ↵Shane King
with QPluginLoader. svn path=/trunk/KDE/kdelibs/; revision=747449
2007-12-11apply patch to properly set QT_NO_DEBUG in release buildsChristian Ehrlicher
from FindQt4.cmake / cmake cvs svn path=/trunk/KDE/kdelibs/; revision=747359
2007-12-11Property set QT_NO_DEBUG for non-debug WIN32 builds, allowingt plugins to ↵Shane King
load correctly. svn path=/trunk/KDE/kdelibs/; revision=747171
2007-11-19reverting the change -> problem lies in kdebase (use of ↵Patrick Spendrin
DBUS_INTERFACES_INSTALL_DIR is not wanted, instead KDE4_DBUS_INTERFACES_DIR should be used; this makes a difference now.) CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=738489
2007-11-18not sure whether I should change it here or in the qt4_add_dbus_* macros; ↵Patrick Spendrin
breaks possibly something svn path=/trunk/KDE/kdelibs/; revision=738461
2007-11-16Use the -Woverloaded-virtual compile option, if available.Allen Winter
OK'd on k-c-d. svn path=/trunk/KDE/kdelibs/; revision=737584
2007-11-14-change the install destinations for Windows: everything is relative to ↵Alexander Neundorf
CMAKE_INSTALL_PREFIX, modifying some dirs via the cache is no longer possible (because this is what the cmake code in kdelibs/CMakeLists.txt / the KDE4 win32 installer expects anyway Alex CCMAIL: ps_ml@gmx.de CCMAIL: ralf.habacker@freenet.de CCMAIL: Ch.Ehrlicher@gmx.de Patrick: can you please remove the LIB_INSTALL_DIR hack for win32 in the places where you added it ? It should now work everywhere automatically (because it is done now in FindKDE4Internal.cmake) Only issue: quotes must not be used around ${LIB_INSTALL_DIR}, because they turn the list of arguments into a string containing all the values Alex svn path=/trunk/KDE/kdelibs/; revision=736793
2007-11-12-fix error message for cygwinAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=735844
2007-11-12minor cosmetic changes: fix indentation (no tabs), don't test for WIN32 ↵Alexander Neundorf
twice in a row Alex M FindKDE4Internal.cmake svn path=/trunk/KDE/kdelibs/; revision=735843
2007-11-08temporary fix to add QT_NO_DEBUG in release mode to fix qt plugin compile on ↵Christian Ehrlicher
win32 http://lists.kde.org/?l=kde-buildsystem&m=119446327108889&w=2 svn path=/trunk/KDE/kdelibs/; revision=734116
2007-11-06Make __KDE_HAVE_GCC_VISIBILITY cached.Luboš Luňák
svn path=/trunk/KDE/kdelibs/; revision=733507
2007-10-30It's meinproc4Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=730940
2007-10-29-don't hardcode the include/lib dirs /usr/local/lib and /usr/local/include ↵Alexander Neundorf
for UNIX, they should be found by the various FIND_PACKAGE() calls Alex svn path=/trunk/KDE/kdelibs/; revision=730766
2007-10-22Goodbye, libkdeprint, how we loved thee.Alex Merry
svn path=/trunk/KDE/kdelibs/; revision=728266
2007-10-05Merged KIO::JobFlags branchDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=721447
2007-10-02extract kpty* into an own libOswald Buddenhagen
svn path=/trunk/KDE/kdelibs/; revision=720322
2007-10-02kdefx is dead. Long live... something that is not kdefx :-).Matthew Woehlke
Here's to hoping I found all the users first. I sure tried. svn path=/trunk/KDE/kdelibs/; revision=719903
2007-10-01There is no reason to export KDE4_APPLNK_INSTALL_DIR to the outside; define ↵David Faure
it only within kdelibs (so that KStandardDirs can look there for compatibility), but don't tempt people into installing new stuff into that dir. svn path=/trunk/KDE/kdelibs/; revision=719613
2007-09-26update the documentation for KDE4_CREATE_HANDBOOK() and KDE4_CREATE_MANPAGE().Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=717432
2007-09-26install manpages and infopages into destdir/shareAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=717270
2007-09-14fix confusing typo, it's kconfig_compilerFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=712346
2007-09-11some minor win32 fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711192
2007-09-11win32 fix: KDE and QT install dir's are determined on runtime not install ↵Ralf Habacker
time, a patch fixing KDELibsDependencies.cmake will follow svn path=/trunk/KDE/kdelibs/; revision=711114
2007-08-20Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
Fix typo svn path=/trunk/KDE/kdelibs/; revision=702150
2007-08-15-fix indentationAlexander Neundorf
-remove old macros which failed with SEND_ERROR since several weeks already -deprecated KDE4_CREATE_HTML_HANDBOOK() and added option KDE4_ENABLE_HTMLHANDBOOK instead, if enabled, you get targets "htmlhandbook", which can be used to create the html docs Alex CCMAIL:winter@kde.org Tip of the day: using "make edit_cache" you can easily change cmake settings svn path=/trunk/KDE/kdelibs/; revision=700205
2007-08-03also search in the kde4 install dirsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695827
2007-08-03-more default search paths: always also search in the current install prefix ↵Alexander Neundorf
and also in the directory where the current cmake is installed Alex svn path=/trunk/KDE/kdelibs/; revision=695825
2007-08-03-don't load KDELibsDependencies.cmake twiceAlexander Neundorf
-use the project specific kdelibs_SOURCE_DIR and kdelibs_PROJECT_DIR variables to detect whether we are compiling kdelibs -some cosmetics Alex svn path=/trunk/KDE/kdelibs/; revision=695821
2007-07-24Add KDE4_UPDATE_ICONCACHE() macro and call it from KDE4_INSTALL_ICONS()Rivo Laks
svn path=/trunk/KDE/kdelibs/; revision=691973
2007-07-23ok, this is a hack to make update-mime-database work again. We need to find ↵Christian Ehrlicher
a better solution with all those paths... CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=691498
2007-07-23change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, ↵Laurent Montel
XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. Fix into khtml cmakefile to try to fix enable-final (generate khtml_final_cpp.cpp before to use it) svn path=/trunk/KDE/kdelibs/; revision=691212
2007-07-23move the mimetype update macro to FindSharedMimeInfo.cmake, since it belongs ↵Alexander Neundorf
to this stuff and not really to KDE4 Alex svn path=/trunk/KDE/kdelibs/; revision=691173
2007-07-18win32 fix: make sure no dll is build using auto-import because it makes ↵Ralf Habacker
trouble in some cases svn path=/trunk/KDE/kdelibs/; revision=689445