aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Collapse)Author
2008-05-27require Phonon: better error messagesMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813267
2008-05-26now it should be fully compatible againMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813026
2008-05-26find and use installed PhononMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813005
2008-05-23-use BUNDLE DESTINATION on all cmake versions starting with 2.6, i.e. also 2.7Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=811505
2008-05-10-use automoc4 from kdesupport if available, otherwise fallback to the one ↵Alexander Neundorf
from kdelibs. In a few weeks automoc4 from kdesupport will be required. Alex CCMAIL: kretz@kde.org svn path=/trunk/KDE/kdelibs/; revision=806300
2008-04-22Fix compile errorEckhart Wörner
svn path=/trunk/KDE/kdelibs/; revision=799638
2008-04-21-add BUNDLE_INSTALL_DIR for OSX, location where application bundles will be ↵Alexander Neundorf
installed Alex svn path=/trunk/KDE/kdelibs/; revision=799615
2008-04-15Provide variables for detection & use of public KJS API.Harri Porten
svn path=/trunk/KDE/kdelibs/; revision=797436
2008-04-14revert the BUNDLE thing for now, apparently it is not backwards-compatible ↵Benjamin Reed
with cmake 2.4 svn path=/trunk/KDE/kdelibs/; revision=797071
2008-04-14work around a cmake 2.6 issue when building on OSXBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=797065
2008-04-13gcc 4.3 has the no-threadsafe-statics bug fixedDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=796352
2008-04-02-cmake 2.5 is not supported anymoreAlexander Neundorf
-adapt to policy stuff in current cmake cvs HEAD and 2.6 branch, so it builds again without cmake warnings Alex svn path=/trunk/KDE/kdelibs/; revision=792751
2008-03-27print a warning for those using cmake 2.5, next monday this will become an errorAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=790915
2008-03-27never skip cmake_minimum_required(), otherwise cmake 2.6 generates warningsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=790890
2008-03-22add a DEMO_INSTALL_DIR variable, as a place to install demos.Allen Winter
needed by Decibel. svn path=/trunk/KDE/kdelibs/; revision=788951
2008-03-14-revert the last commit, it can be better changed in cmakes FindKDE4.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=785426
2008-03-13-under Windows, find the install location relative to the installed ↵Alexander Neundorf
FindKDE4Internal.cmake instead of the installed kde4-config.exe, this makes things easier for cross compiling (...let's wait until somebody cross compiles it to ARM or something like this) Alex svn path=/trunk/KDE/kdelibs/; revision=785297
2008-02-26The Intel C++ compiler option -Ob is deprecated.Allen Winter
Simply use -fno-inline instead, just like with gcc. svn path=/trunk/KDE/kdelibs/; revision=779719
2008-02-20-don't put LINK_DIRECTORIES() into the installed KDELibsDependencies.cmake file,Alexander Neundorf
instead enable the compatibility option CMAKE_LINK_OLD_PATHS, which should catch all problems (and not only the expected ones) -give an error message if an old cmake cvs without SET_PROPERTY() is used -remove check for installed dbusxml2cpp, this was still from the KDE4 core meeting in Trysil when dbus was very new in Qt Alex svn path=/trunk/KDE/kdelibs/; revision=777570
2008-02-20-give a useful error message if somebody is using an old cmake cvs, which ↵Alexander Neundorf
doesn't have set_property() yet Alex svn path=/trunk/KDE/kdelibs/; revision=777542
2008-02-20cmake 2.6 is stricter, it checks whether there are targets with multiple names. Alexander Neundorf
This breaks buildtests target, since this is created multiple times. Disable the check in cmake so it works again. Alex svn path=/trunk/KDE/kdelibs/; revision=777214
2008-02-18fix documentation formattingAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=776880
2008-02-18LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGSChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=776825
2008-02-17Bump minimum required version of Qt to 4.4.0.Matt Rogers
BUG: 157888 Please note that compilation bugs for subversion checkouts do NOT belong bugzilla! Report them to the appropriate mailing list instead. svn path=/trunk/KDE/kdelibs/; revision=776226
2008-02-12Fix cmake file.Andras Mantia
svn path=/trunk/KDE/kdelibs/; revision=774091
2008-02-12- win32 compile fix: kdecore's CMakeLists.txt says that kdefakes is only ↵Ralf Habacker
build on unix which implies that the library should only be searched on unix svn path=/trunk/KDE/kdelibs/; revision=774067
2008-02-02Place Qt includes before platform/X11 includesDavid Johnson
svn path=/trunk/KDE/kdelibs/; revision=770126
2008-01-29adjust order of includesDavid Johnson
svn path=/trunk/KDE/kdelibs/; revision=768283
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