aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindQt5Transitional.cmake
AgeCommit message (Collapse)Author
2013-10-01Remove modules which shouldn't be part of the ECM release.Stephen Kelly
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 more convenient fragments until it appears upstream.Stephen Kelly
This in particular helps the Windows build when using cmake master.
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
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-25QtQuick1 is renamed QtDeclarative.Stephen Kelly
2012-06-20List the OpenGL module too.Stephen Kelly
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-10Make it possible to build with Qt 5 again.Stephen Kelly
2012-05-08-move FindQt5Transitional to the find-modules/ directoryAlex Neundorf
Alex