aboutsummaryrefslogtreecommitdiff
path: root/find-modules
AgeCommit message (Collapse)Author
2012-11-24Explicitly specify the minimum required Qt version here.Volker Krause
This prevents a subsequent find_package(Qt4) call (e.g. contained inside FindKDE4Internal.cmake) from failing with incomplete version information.
2012-10-31Add XCB find modules by Fredrik Höglund <fredrik@kde.org>David Faure
At least one bug: XCB_INCLUDE_DIR contains NOTFOUND if at least one module is missing (e.g. UTIL and EWMH, here), which makes XCB_FOUND false. Please review, and port to FIND_PACKAGE(XCB COMPONENTS ...) CCMAIL: kde-buildsystem@kde.org
2012-10-25QtQuick1 is renamed QtDeclarative.Stephen Kelly
2012-08-04Update list of modules at tier 1 and tier 2 of frameworks.George Goldberg
2012-06-20List the OpenGL module too.Stephen Kelly
2012-05-13FindKF5: make actual component-finding workAlex Neundorf
Alex
2012-05-13search inqt5 in FindQt5TransitionalAlex Neundorf
Since this is stuff which is in Qt5, we search inqt5 automatically when we hit the Qt4 path. Except if FindQt5Transitional is called from building kdelibs or inqt5 itself, and also not if it has already been found (happens in QtMimeTypes) Alex
2012-05-12add FindKF5.cmake for finding KF5 libsAlex Neundorf
Alex
2012-05-10Make it possible to build with Qt 5 again.Stephen Kelly
2012-05-08-move FindQt5Transitional to the find-modules/ directoryAlex Neundorf
Alex
2012-01-13FindBlueZ: add FeatureSummaryYury G. Kudryashov
2012-01-13Add FindLibUSB1.cmakeYury G. Kudryashov
2011-12-11-separate find-modules and other modules into two separate directories, so ↵Alex Neundorf
they can be handled differently (the macros can't clash with stuff from cmake, since they all have the ECM prefix) Alex