Skip to content

Commit

Permalink
Fix broken install under Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino committed Sep 15, 2024
1 parent b172647 commit dac5121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ qt_generate_deploy_qml_app_script(
OUTPUT_SCRIPT deploy_script
NO_UNSUPPORTED_PLATFORM_ERROR
DEPLOY_TOOL_OPTIONS ${deploy_tool_options_arg}
DEPLOY_USER_QML_MODULES_ON_UNSUPPORTED_PLATFORM
# DEPLOY_USER_QML_MODULES_ON_UNSUPPORTED_PLATFORM
MACOS_BUNDLE_POST_BUILD
)
install(SCRIPT ${deploy_script})

0 comments on commit dac5121

Please sign in to comment.