diff --git a/CMakeLists.txt b/CMakeLists.txt index dbd8d51..25343fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # meta data set(META_PROJECT_NAME qtutilities) diff --git a/cmake/modules/AndroidApk.cmake b/cmake/modules/AndroidApk.cmake index 7b02a98..77d43a3 100644 --- a/cmake/modules/AndroidApk.cmake +++ b/cmake/modules/AndroidApk.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # adds a target to create an Android APK with the help of androiddeployqt if target platform is Android diff --git a/cmake/modules/QtConfig.cmake b/cmake/modules/QtConfig.cmake index e104fd6..18fc3e9 100644 --- a/cmake/modules/QtConfig.cmake +++ b/cmake/modules/QtConfig.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # applies Qt specific configuration notes: For GUI applications, QtGuiConfig must be included before. This module must always # be included before AppTarget/LibraryTarget. diff --git a/cmake/modules/QtGuiConfig.cmake b/cmake/modules/QtGuiConfig.cmake index e026ff1..a6cd940 100644 --- a/cmake/modules/QtGuiConfig.cmake +++ b/cmake/modules/QtGuiConfig.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) if (NOT BASIC_PROJECT_CONFIG_DONE) message(FATAL_ERROR "Before including the QtGuiConfig module, the BasicConfig module must be included.") diff --git a/cmake/modules/QtJsProviderConfig.cmake b/cmake/modules/QtJsProviderConfig.cmake index 7c79c02..9425ba0 100644 --- a/cmake/modules/QtJsProviderConfig.cmake +++ b/cmake/modules/QtJsProviderConfig.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # determines the JavaScript provider (either Qt Script or Qt Declarative) diff --git a/cmake/modules/QtLinkage.cmake b/cmake/modules/QtLinkage.cmake index 5f1459c..01ab9ec 100644 --- a/cmake/modules/QtLinkage.cmake +++ b/cmake/modules/QtLinkage.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # defines helper to link against Qt dynamically or statically diff --git a/cmake/modules/QtWebViewProviderConfig.cmake b/cmake/modules/QtWebViewProviderConfig.cmake index 8cdb036..151e121 100644 --- a/cmake/modules/QtWebViewProviderConfig.cmake +++ b/cmake/modules/QtWebViewProviderConfig.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) # determines the web view provider (either Qt WebKit or Qt WebEngine)