Skip to content

Commit 783f8fa

Browse files
authored
Merge pull request #796 from QuasarApp/qifw47
update qifw to 4.7
2 parents b411d46 + 1f5680b commit 783f8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ updateGitVars()
4040
string(TIMESTAMP TODAY "%Y-%m-%d")
4141
set(CQT_DEPLOYER_VERSION_SHORT_PREFIX "1.6")
4242
set(CQT_DEPLOYER_VERSION "${CQT_DEPLOYER_VERSION_SHORT_PREFIX}.${GIT_COMMIT_COUNT}.${GIT_COMMIT_HASH}")
43-
set(QIFW_VERSION "4.6") # rebuild for the 4.6.0
43+
set(QIFW_VERSION "4.7") # rebuild for the 4.7.0
4444

4545
option(CQT_DEPLOYER_TESTS "This option disables or enables tests of the ${PROJECT_NAME} project" ${Qt${QT_VERSION_MAJOR}Test_FOUND})
4646
option(CQT_DEPLOYER_TOOL "This option disables or enables example app of the ${PROJECT_NAME} project" ON)

0 commit comments

Comments
 (0)