Skip to content

Commit

Permalink
windeployqt: --no-qmltooling doesn't seem to be valid
Browse files Browse the repository at this point in the history
...although windeployqt help has it. Go figure.
  • Loading branch information
KitsuneRal committed Feb 18, 2024
1 parent 850f231 commit 5da4387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
;;
Windows)
ls -l $FULL_INSTALL_PATH/quaternion.exe # Fail if it's not there
rm -rf $FULL_INSTALL_PATH/{include,lib/cmake,share}
rm -rf $FULL_INSTALL_PATH/{include,lib/cmake,share,qmltooling}
OUTPUT=$PACKAGE_STEM.zip
7z a $OUTPUT $FULL_INSTALL_PATH
;;
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@ if(WIN32)
message(STATUS \"Running windeployqt at \${CMAKE_INSTALL_PREFIX}\${CMAKE_INSTALL_BINDIR}\")
execute_process(
COMMAND \"${${Qt}_BinDir}/windeployqt\" --verbose ${DEPLOY_VERBOSITY}
--no-multimediaquick --no-test --no-qmltooling
--qmldir \"${QML_DIR}\"
--no-multimediaquick --no-test --qmldir \"${QML_DIR}\"
\${CMAKE_INSTALL_PREFIX}\${CMAKE_INSTALL_BINDIR}
RESULT_VARIABLE WDQ_RETVAL
)
Expand Down

0 comments on commit 5da4387

Please sign in to comment.