File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if(WIN32)
8989 add_custom_target (deploy-qt ALL
9090 COMMAND ${DEPLOY_COMMAND}
9191 DEPENDS cloud-client
92- COMMENT "Deploying Windows QT libraries"
92+ COMMENT "Deploying Windows Qt libraries"
9393 VERBATIM
9494 )
9595elseif (APPLE )
@@ -118,7 +118,7 @@ elseif(APPLE)
118118 add_custom_target (deploy-qt ALL
119119 COMMAND ${DEPLOY_COMMAND}
120120 DEPENDS app-rename
121- COMMENT "Deploying Windows QT libraries"
121+ COMMENT "Deploying MacOS Qt libraries"
122122 VERBATIM
123123 )
124124
@@ -182,7 +182,7 @@ else()
182182 add_custom_target (deploy-qt ALL
183183 COMMAND ${DEPLOY_COMMAND}
184184 DEPENDS cloud-client
185- COMMENT "Deploying Windows QT libraries"
185+ COMMENT "Deploying Linux Qt libraries"
186186 VERBATIM
187187 )
188188endif ()
You can’t perform that action at this time.
0 commit comments