Skip to content

Commit

Permalink
Add more verbose logging for macdeployqt
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Sep 29, 2024
1 parent 50ed543 commit b5f92ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/osx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
# Run macdeployqt on the bundle at install time.
install( CODE
"execute_process(
COMMAND ${macdeployqt_path} \"\${CMAKE_INSTALL_PREFIX}/Power Tab Editor.app\"
COMMAND ${macdeployqt_path} \"\${CMAKE_INSTALL_PREFIX}/Power Tab Editor.app\" -verbose=2
RESULT_VARIABLE retval
)
if ( NOT retval EQUAL 0 )
Expand Down

0 comments on commit b5f92ee

Please sign in to comment.