QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
This commit is contained in:
parent
1fb2eace3f
commit
f92d806343
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ project(KWIN)
|
|||
set(PROJECT_VERSION "5.13.80")
|
||||
set(PROJECT_VERSION_MAJOR 5)
|
||||
|
||||
set(QT_MIN_VERSION "5.9.0")
|
||||
set(QT_MIN_VERSION "5.11.0")
|
||||
set(KF5_MIN_VERSION "5.42.0")
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH} )
|
||||
|
|
Loading…
Reference in a new issue