forked from qt-creator/qt-creator
Bump requirement to Qt 5.15.2
Qt 5.15.2 includes API that makes transitioning to Qt 6 easier. We currently have workarounds for Qt 5.14 in place that we can remove when requiring 5.15.2, and we also can stop adding workarounds for new code. Change-Id: I920fdccc41d755a6ad39cb5161cd916999fee755 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Robert Löhning <robert.loehning@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -3,7 +3,7 @@ if(QT_CREATOR_API_DEFINED)
|
||||
endif()
|
||||
set(QT_CREATOR_API_DEFINED TRUE)
|
||||
|
||||
set(IDE_QT_VERSION_MIN "5.14.0")
|
||||
set(IDE_QT_VERSION_MIN "5.15.2")
|
||||
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/QtCreatorAPIInternal.cmake)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/QtcSeparateDebugInfo.cmake)
|
||||
|
||||
Reference in New Issue
Block a user