Skip to content

Commit 890d7ef

Browse files
committed
Fixed deploy comments
1 parent c5923b2 commit 890d7ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
)
9595
elseif(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
)
188188
endif()

0 commit comments

Comments
 (0)