Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-24 | Explicitly 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-31 | Add 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-25 | QtQuick1 is renamed QtDeclarative. | Stephen Kelly | |
2012-08-04 | Update list of modules at tier 1 and tier 2 of frameworks. | George Goldberg | |
2012-06-20 | List the OpenGL module too. | Stephen Kelly | |
2012-05-13 | FindKF5: make actual component-finding work | Alex Neundorf | |
Alex | |||
2012-05-13 | search inqt5 in FindQt5Transitional | Alex 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-12 | add FindKF5.cmake for finding KF5 libs | Alex Neundorf | |
Alex | |||
2012-05-10 | Make it possible to build with Qt 5 again. | Stephen Kelly | |
2012-05-08 | -move FindQt5Transitional to the find-modules/ directory | Alex Neundorf | |
Alex | |||
2012-01-13 | FindBlueZ: add FeatureSummary | Yury G. Kudryashov | |
2012-01-13 | Add FindLibUSB1.cmake | Yury 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 |