From d84fd76888d42535f32505b7bddc76f25cd473e1 Mon Sep 17 00:00:00 2001 From: EndrII Date: Sat, 25 May 2024 13:50:41 +0200 Subject: [PATCH] update qifw to 4.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42de52d3..434118a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ updateGitVars() string(TIMESTAMP TODAY "%Y-%m-%d") set(CQT_DEPLOYER_VERSION_SHORT_PREFIX "1.6") set(CQT_DEPLOYER_VERSION "${CQT_DEPLOYER_VERSION_SHORT_PREFIX}.${GIT_COMMIT_COUNT}.${GIT_COMMIT_HASH}") -set(QIFW_VERSION "4.7") # rebuild for the 4.7.0 +set(QIFW_VERSION "4.8") # rebuild for the 4.8.0 option(CQT_DEPLOYER_TESTS "This option disables or enables tests of the ${PROJECT_NAME} project" ${Qt${QT_VERSION_MAJOR}Test_FOUND}) option(CQT_DEPLOYER_TOOL "This option disables or enables example app of the ${PROJECT_NAME} project" ON)