summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/IncompatibleQt/IncompatibleQt.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindQt4: Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCoreStephen Kelly2013-03-181-0/+6
With a similar commit in Qt 5, this will error at CMake time if an attempt is made to use target_link_libraries(foo Qt4::QtCore Qt5::Core)