aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-21Fix pb to search include with gphoto2Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=678365
2007-06-21beautifyAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=678277
2007-06-20Remove the now uncessary QtScript from QT_QTUITOOLS_LIBRARY.Andreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=678154
2007-06-20link against a library so that cmake can actually figure out theDirk Mueller
dependencies and parallel build doesn't break. Hopefully with that, dashboard will finally be able to compile extragear-libs. Its been weeks. Yay. svn path=/trunk/KDE/kdelibs/; revision=678125
2007-06-20Fix typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=678111
2007-06-20win32 fix: use relative install prefix to avoid hardcoded install pathes in ↵Ralf Habacker
cmake_install.cmake files svn path=/trunk/KDE/kdelibs/; revision=678005
2007-06-20- added win32 packager supportRalf Habacker
- added explorer integration for easier access to the build environment (shell scripts with predefined pathes for mingw and nmake and msvc) svn path=/trunk/KDE/kdelibs/; revision=677974
2007-06-19less messagesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=677369
2007-06-18fix qlite.h to sqlite.hGilles Caulier
svn path=/trunk/KDE/kdelibs/; revision=677073
2007-06-18don't try to use pkgconfig under WindowsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=676990
2007-06-18Move into kdelibs needs by digikam/libkipip-pluginsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=676983
2007-06-18Need by digikam/amarokLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=676977
2007-06-17As discussed on kde-buildsystem rename kde4_add_test toAndreas Pakulat
kde4_add_test_executable and introduce kde4_add_unit_test for unittests, which combines kde4_add_test_executable and cmake's add_test. Port the kdelibs module, the other modules will be comitted shortly. CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=676857
2007-06-16Revert commit 676280 (the uic -tr redirection may not be needed, but it is ↵Chusslove Illich
good performance wise). svn path=/trunk/KDE/kdelibs/; revision=676291
2007-06-16small fix for MAKE_FOO_EXPORTChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=676284
2007-06-16Redirection of translation calls generated by uic no longer necessary; ↵Chusslove Illich
KLocale::translateQt() now does the right thing. svn path=/trunk/KDE/kdelibs/; revision=676280
2007-06-13Fix for Q_WS_MAC on mac when frameworks are enabled, based on patch by ↵David Faure
mac.younker gmail.com svn path=/trunk/KDE/kdelibs/; revision=675309
2007-06-13Minor fixLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=675178
2007-06-13don't try to use pkgconfig under WindowsLaurent Montel
Minor fix svn path=/trunk/KDE/kdelibs/; revision=675150
2007-06-13I think that it's ok we removed all module (cmake-2.4.5 was required some ↵Laurent Montel
months ago) svn path=/trunk/KDE/kdelibs/; revision=675145
2007-06-13Minor fixLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=675138
2007-06-13Not a FATAL_MESSAGE but a STATUS otherwise it breaksLaurent Montel
optional_module svn path=/trunk/KDE/kdelibs/; revision=674821
2007-06-12adapt to cmake 2.4.5 (IS_NEWER_THAN)Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=674330
2007-06-11Improved searching for nepomuk libsSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=674148
2007-06-11- Merged KMetaData, Konto, and KNepomuk into one nepomuk folder with two libs:Sebastian Trueg
1. libnepomuk now contains KMetaData and Konto, only using one single namespace "Nepomuk" 2. libnepomuk-middleware is now what knepomuk was before and has the namespace "Nepomuk::Middleware" This makes the design much cleaner and less confusing since we have one name for everything: Nepomuk. I was not happy with Braid and we did not find another name so I stick to Nepomuk now. In the end people now already now this stuff as Nepomuk and it makes the project happy. ;) CCMAIL: nepomuk-kde.semanticdesktop.org svn path=/trunk/KDE/kdelibs/; revision=674110
2007-06-11Needs by kdegraphics and extragear/libsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=674037
2007-06-11Move to kdelibs (needs by kipi-plugins and kdegraphics)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=674018
2007-06-11moved here from kdebaseDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=673879
2007-06-09Get kdelib to build with Qtopia Core. Remove old Q_WS_QWS ifdefs. Add needed ↵Benjamin Long
headers. svn path=/trunk/KDE/kdelibs/; revision=673342
2007-06-09small update for win32/msvc9Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=673238
2007-06-09This module allows to test if we installed depends package.Laurent Montel
For some cmake module it is not necessary to move them into kdelibs as FindLibKDEgames which is necessary by playground/games which failed if we didn t install kdegames before. Not it signaled that it depend under other modules. svn path=/trunk/KDE/kdelibs/; revision=673217
2007-06-08SVN_SILENT typoChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=672975
2007-06-08revert 'SET(CMAKE_DEBUG_POSTFIX "d")' for win32Christian Ehrlicher
-> the comment 'does not work atm' is corect... svn path=/trunk/KDE/kdelibs/; revision=672966
2007-06-08mark Xau_INCLUDE_PATH advancedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=672948
2007-06-08- splitted KDEWIN32 and GUNWIN32 module into KDEWIN and KDEWIN32, where ↵Ralf Habacker
KDEWIN sets include/library search path for all other modules and KDEWIN32 search for kdewin32 library in the found locations. svn path=/trunk/KDE/kdelibs/; revision=672805
2007-06-08-also put LIBEXEC_INSTALL_DIR into the dependencies fileAlexander Neundorf
-only reuse the install dirs from kdelibs if the current CMAKE_INSTALL_PREFIX equals the kdelibs install dir Alex svn path=/trunk/KDE/kdelibs/; revision=672766
2007-06-07fix commentsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=672499
2007-06-06-more fixes to FindX11 with the help from LubosAlexander Neundorf
X11_Xss_LIB and X11_Xss_FOUND will be removed soon, use X11_Xscreensaver_LIB and X11_Xscreensaver_FOUND instead Alex svn path=/trunk/KDE/kdelibs/; revision=672026
2007-06-06fix commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=672019
2007-06-05Move into kdelibs (now used by koffice/libkexiv2 and digikam for the future)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=671799
2007-06-05-don't list the standard dirsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=671575
2007-06-05add NAMES argumentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=671574
2007-06-05rename KDE4_BUILD_TESTREQGRESSION to KHTML_BUILD_TESTREGRESSION and move it ↵Alexander Neundorf
to kdelibs/CMakeLists.txt Alex svn path=/trunk/KDE/kdelibs/; revision=671572
2007-06-05-/usr/lib, /usr/local/lib, /usr/include, /usr/local/include don't have to be ↵Alexander Neundorf
listed explicitely, they are searched automatically -some more consisten lower casing and indentation Alex svn path=/trunk/KDE/kdelibs/; revision=671570
2007-06-05Fix kcal/kcal.h was renamed kcal/kcal_export.hAllen Winter
so this brittle check failed. svn path=/trunk/KDE/kdelibs/; revision=671556
2007-06-04remove obsolete X11_XV_FOUND and X11_XFT_FOUND (use X11_Xv_FOUND and ↵Alexander Neundorf
X11_Xft_FOUND instead) Alex svn path=/trunk/KDE/kdelibs/; revision=671547
2007-06-04Add Q_WS_QWS symbol to build system. Also check for that symbol, and link ↵Benjamin Long
against the QtNetwork libarary if found. This is all for the Qtopia-Core target. svn path=/trunk/KDE/kdelibs/; revision=671369
2007-06-01-add some more X11_xxx_FOUND variablesAlexander Neundorf
-if there is a X11_Foo_LIB and a X11_Foo_INCLUDE_PATH variables for a component, set X11_Foo_FOUND only to true if both are found -added X11_Xv_FOUND and X11_Xft_FOUND, X11_XV_FOUND and X11_XFT_FOUND will be removed soon Alex p.s. if this breaks something please CC me, both to neundorf@kde.org and alex.neundorf@kitware.com svn path=/trunk/KDE/kdelibs/; revision=670488
2007-05-30partly sync with FindX11.cmake from cmake cvs, mainly upper/lower caseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=669849
2007-05-30Patch requested by Coolo.Laurent Montel
" you configure kdelibs to CMAKE_INSTALL_PREFIX=/usr CONFIG_INSTALL_DIR=/etc/kde" "then you go to kdetoys and do CMAKE_INSTALL_PREFIX=/usr" cmake didn't use CONFIG_INSTALL_DIR. Now we store value into KDELibsDependencies.cmake and we can use directly. not necessary to re-specify CONFIG_INSTALL_DIR in each module. svn path=/trunk/KDE/kdelibs/; revision=669808