mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
f38191cd2e
commit
bc2c38d31b
@ -280,13 +280,13 @@ function(x_deploy_qt_for_mac target)
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS "Target path of macOS is: $<TARGET_FILE:${target}>")
|
||||
message(STATUS "Target path of macOS is: $<TARGET_FILE_DIR:${target}>")
|
||||
add_custom_command(
|
||||
TARGET ${target}
|
||||
POST_BUILD
|
||||
COMMAND ${MACDEPLOYQT_EXECUTABLE} "$<TARGET_FILE:${target}>/../../../"
|
||||
COMMENT "Deploy Qt for macOS..."
|
||||
VERBATIM)
|
||||
COMMAND ${MACDEPLOYQT_EXECUTABLE} "${target}.app"
|
||||
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
|
||||
COMMENT "Making dmg...")
|
||||
endfunction()
|
||||
|
||||
# --------------------------------------------------------------------------------------------------
|
||||
|
||||
BIN
xTools.icns
BIN
xTools.icns
Binary file not shown.
Loading…
Reference in New Issue
Block a user