Skip to content

Commit

Permalink
Fix a typo in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Feb 18, 2024
1 parent 2330d57 commit 850f231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +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-qml-tooling
--no-multimediaquick --no-test --no-qmltooling
--qmldir \"${QML_DIR}\"
\${CMAKE_INSTALL_PREFIX}\${CMAKE_INSTALL_BINDIR}
RESULT_VARIABLE WDQ_RETVAL
Expand Down

0 comments on commit 850f231

Please sign in to comment.