aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2007-01-06-add the new and advanced FindPkgConfig.cmake module from cmake cvs, can be ↵Alexander Neundorf
removed once we require cmake >= 2.4.6 Usage: find_package(PkgConfig) pkg_check_modules(GDK gdk) gives you: GDK_INCLUDE_DIRS GDK_LIBRARIES and more, see top of FindPkgConfig.cmake for details Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=620585
2007-01-05-no need to specify /usr/lib and /usr/local/libAlexander Neundorf
-why are the two vars set to empty if not found instead of leaving them on "NOTFOUND" ? Alex svn path=/trunk/KDE/kdelibs/; revision=620406
2007-01-05on osx the DNS-SD bits are in libSystemBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=620375
2007-01-05win32 fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=620095
2007-01-04-add QT_USE_QTDBUSAlexander Neundorf
we're now almost sync'ed with cmake cvs again, it's just the release/debug lib stuff, the framework stuff, and the extra conf checks done in cmake cvs Alex svn path=/trunk/KDE/kdelibs/; revision=619966
2007-01-04partly sync with cmake cvs: if "qmake" is found, check that it's a Qt4 ↵Alexander Neundorf
qmake, if not, search again for qmake4 and qmake-qt4 Alex svn path=/trunk/KDE/kdelibs/; revision=619956
2007-01-04lovely cmake featureStephan Kulow
svn path=/trunk/KDE/kdelibs/; revision=619738
2007-01-03-remove obsolete macroAlexander Neundorf
-minor doc fix Alex svn path=/trunk/KDE/kdelibs/; revision=619654
2007-01-03-add optional argument for the interface name to QT4_GENERATE_DBUS_INTERFACEAlexander Neundorf
-partly sync cmake cvs: with add dependency scanning for Qt rc files (#134340) Alex CCMAIL: faure@kde.org svn path=/trunk/KDE/kdelibs/; revision=619651
2007-01-03mark more variables as advancedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619649
2007-01-03partly sync with cmake cvs: search QtCore inc dir only in the dir qmake reportedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619645
2007-01-03partly sync with cmake cvs: use the QT_QUERY_QMAKE macroAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619637
2007-01-03partly sync with cmake cvs: cosmeticsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619616
2007-01-03partly sync with cmake cvs: add QT_PLUGIN_DIR and some commentsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619610
2007-01-03Start to organize a bit kdecore, in subdirrectoriesOlivier Goffart
For now i have done the following division. kdecore/kernel : stuff related to the old KApplication kdecore/config : every class that inherit from KConfigBase kdecore/io : class related to files or process (like in qtcore/io) kdecore/date : stuff related to the date or the time (calendar, timezone, ...) kdecore/strings : operation on strings and strings localisation kdecore/sycoca : KSyCoCa related files This division is not in the stone, and there is still many files that have not been sorted svn path=/trunk/KDE/kdelibs/; revision=619422
2007-01-02don't generate config-alsa.h implicitely when doing FindPackage(Alsa), since ↵Alexander Neundorf
this is quite against cmake conventions. Instead provide a macro ALSA_CONFIGURE_FILE(config-alsa.h) which does it explicitely and which will even be found when searching for configure_file() or config-alsa.h Alex svn path=/trunk/KDE/kdelibs/; revision=619132
2007-01-01find glib2 here as well (opensuse 10.2)Volker Krause
svn path=/trunk/KDE/kdelibs/; revision=618546
2006-12-31find the right qmake on OpenBSD...Marc Espie
svn path=/trunk/KDE/kdelibs/; revision=618204
2006-12-27- add cmake variable for the new libMatthias Kretz
- change the cmake variable names for Phonon for consistency (from what I tested this doesn't break compilation) svn path=/trunk/KDE/kdelibs/; revision=617094
2006-12-27add small lib that lists ALSA devices to be used in Phonon backendsMatthias Kretz
now that I need FindAlsa in kdelibs should it be removed from kdemultimedia next monday? svn path=/trunk/KDE/kdelibs/; revision=617068
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-13I don't need the copyright twice ;-)Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=613313
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-12-04 win32 fix: place all executables in <build-root>/bin dir by default to ↵Ralf Habacker
avoid multiple pathes in PATH environment svn path=/trunk/KDE/kdelibs/; revision=610434
2006-11-30the logic which for dealing with ippDeleteAttribute was buggy:Alexander Neundorf
when invoked the second time, CUPS_FOUND became true even although ippDeleteAttribute didn't exist, since in this case only the include dir and the lib variables were checked additionally (in order to sync back to cmake cvs) don't always fail if ippDeleteAttribute doesn't exist, but make this optional (enabled in kdeprint/CMakeLists.txt by setting CUPS_REQUIRE_IPP_DELETE_ATTRIBUTE to TRUE) Alex svn path=/trunk/KDE/kdelibs/; revision=609455
2006-11-30-proper indentingAlexander Neundorf
-fix typo: USB_FIND_QUIETLY -remove now-unnecessary standard unix search paths Alex svn path=/trunk/KDE/kdelibs/; revision=609436
2006-11-29No objections after 2 days in the mailling list, commiting then.Michel Hermier
svn path=/trunk/KDE/kdelibs/; revision=609041
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-26SVN_SILENT: clean docLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=607928
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-23minor fixes from Luca GugelmannChristian Ehrlicher
CCMAIL: lucag@student.ethz.ch svn path=/trunk/KDE/kdelibs/; revision=607264
2006-11-20Don't try to use pkg-config under WindowsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=606389
2006-11-16SVN_SILENT docLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=605480
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-09Fatal error when we didn't find it and it's requiresLaurent Montel
(found when I try to port compile under MacOsX) svn path=/trunk/KDE/kdelibs/; revision=603631
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