From 9f75ede00b1c346bd14ba88ff82a756f77980699 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 21 Mar 2023 09:27:58 +0100 Subject: [PATCH] rebuild for qifw 4.5.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66da224e..2c56d514 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,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.5") +set(QIFW_VERSION "4.5") # rebuild for the 4.5.2 option(CQT_DEPLOYER_TESTS "This option disables or enables tests of the ${PROJECT_NAME} project" ON) option(CQT_DEPLOYER_TOOL "This option disables or enables example app of the ${PROJECT_NAME} project" ON)