We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b411d46 + 1f5680b commit 783f8faCopy full SHA for 783f8fa
CMakeLists.txt
@@ -40,7 +40,7 @@ updateGitVars()
40
string(TIMESTAMP TODAY "%Y-%m-%d")
41
set(CQT_DEPLOYER_VERSION_SHORT_PREFIX "1.6")
42
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
+set(QIFW_VERSION "4.7") # rebuild for the 4.7.0
44
45
option(CQT_DEPLOYER_TESTS "This option disables or enables tests of the ${PROJECT_NAME} project" ${Qt${QT_VERSION_MAJOR}Test_FOUND})
46
option(CQT_DEPLOYER_TOOL "This option disables or enables example app of the ${PROJECT_NAME} project" ON)
0 commit comments