aboutsummaryrefslogtreecommitdiff
path: root/find-modules
AgeCommit message (Collapse)Author
2013-10-12Remove the check for the INCLUDE_DIRS variable.Stephen Kelly
It is redundant and obsolete. The framework template does not set it.
2013-10-08There's only 1 KIO Config.cmake fileAleix Pol
2013-10-07We now have a Kross frameworkKevin Ottens
2013-10-07Add KPty to Tier3David Edmundson
2013-10-05Add tier 4.Eike Hein
2013-10-05Update KDE ModulesDavid Edmundson
2013-10-01Remove modules which shouldn't be part of the ECM release.Stephen Kelly
2013-09-26Add KCMUtils + KPrintUtils to StagingDavid Edmundson
2013-09-18Update module sorting in FindKF5.cmakeAleix Pol
2013-09-13Moved KNotifications to tier2Aleix Pol
2013-09-09Use components in FindXCBMartin Gräßlin
Instead of finding all or nothing from XCB it becomes components aware. So a user can just specify which XCB components it needs and compilation doesn't fail if a not-needed unrelated component is not found. It also allows to have some components as required and some as optional. REVIEW: 112151
2013-09-05Add KBookmarks to list of staging modulesDavid Edmundson
2013-09-05KUnitConversion was moved to tier2Aleix Pol
2013-09-05Use the newer syntax in FindDocBook*Aleix Pol
It approprietly sets the _FOUND variables, we were defining the all uppercase instead. Sorry for the mess! CCMAIL: neundorf@kde.org
2013-09-04Move components from staging to their respective tiersMartin Klapetek
Reviewed-by: Alexander Neundorf
2013-09-04Move FindDocBook* to find-modulesAleix Pol
REVIEW: 112451
2013-08-06We have a new KStyle libraryKevin Ottens
2013-08-02KWidgets is goneKevin Ottens
2013-07-25Add KDE4Attic, KUnitConversion and KIO to the staging listKevin Ottens
2013-07-17Rename kjs to KJSBenjamin Port
2013-07-16fix typoBenjamin Port
2013-07-16add KTextWidgetBenjamin Port
2013-07-15Rename ki18n to KI18nBenjamin Port
2013-07-15Add KCrash to FindKF5Benjamin Port
2013-07-15Rename kguiaddons to KGuiAddonsBenjamin Port
2013-07-13Rename kservice to KServiceBenjamin Port
2013-07-13Update kwidgets to KWidgetsBenjamin Port
2013-07-09-kconfig is tier1/ nowAlex Neundorf
Alex
2013-07-03Let FindKF5 know about ktextwidgetsAleix Pol
It's needed by some module dependencies in plasma
2013-06-28-add Sonnet to the known tier1 libsAlex Neundorf
Alex
2013-06-20We now have KWallet framework in stagingKevin Ottens
2013-05-06Adding XmlGui to the list of staging modulesKevin Ottens
2013-05-04Export some of the staging frameworksKevin Ottens
We also need to know about the staging ones as they are used (directly or indirectly) outside of kdelibs.
2013-04-14Remove some no-longer-needed code from Qt5Transitional.Stephen Kelly
2013-04-12Clean up some QtQuick1 stuff.Stephen Kelly
2013-03-25Add declarative modules to 'all modules'Stephen Kelly
2013-03-25List X11Extras as part of 'all modules'Stephen Kelly
2013-03-24Set the INTERFACE_INCLUDE_DIRECTORIES for all available Qt components.Stephen Kelly
Not only the ones explicitly searched for.
2013-03-16Remove some settings which are no longer needed with CMake 2.8.11.Stephen Kelly
2013-03-14Add support for xcb-keysyms to FindXCBMartin Gräßlin
Already used in kde-workspaces. REVIEW: 109479
2013-03-14Add more convenient fragments until it appears upstream.Stephen Kelly
This in particular helps the Windows build when using cmake master.
2013-02-27increase version to 0.0.8Alex Neundorf
-port to CamelCased KF5 libs -add some documentation to FindKF5.cmake -get rid of KDEDIRS, introduce KF5_DIRS instead, a cmake-only variable, as supported by many Find-modules Alex
2013-02-15Fix FindLibUSB1Yury G. Kudryashov
- set properties on LibUSB1, not USB1 - use LibUSB1_ prefix, not LIBUSB1_ - except for _FOUND, see FPHSA REVIEW:108954
2013-02-08some FindKF5.cmake improvements, increase to version 0.0.7Alex Neundorf
- added some docs - now a KF5_INCLUDE_DIRS variable is set, containing all requested include dirs - the same for KF5_LIBRARIES - some more status reporting Alex
2013-02-07-add kjs to the know tier1 libsAlex Neundorf
Alex
2013-01-25Populate INTERFACE properties of Qt targets here until upstream does it.Stephen Kelly
2013-01-19Remove reference to inqt5 which was always bogus.Stephen Kelly
2012-12-12Set CMAKE_POSITION_INDEPENDENT_CODE if required.Stephen Kelly
2012-12-12Populate the QT_LIBRARIES variable.Stephen Kelly
2012-12-12QtWebkit is now split in QtWebKit and QtWebKitWidgetsJon Severinsson
Make FindQt5Transitional.cmake handle this transparently. REVIEW: 107438