Skip to content

Commit

Permalink
Merge pull request #1540 from Hoikas/fix_qt_deploy
Browse files Browse the repository at this point in the history
Don't deploy Qt if no Qt tools are built.
  • Loading branch information
Hoikas authored Dec 15, 2023
2 parents fbe4383 + 1a35d6e commit 150c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/QtDeployment.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function(plasma_deploy_qt)
endforeach()

# Deploy only once on install
if(PLASMA_INSTALL_QT)
if(PLASMA_INSTALL_QT AND _INSTALL_DEPLOY)
string(JOIN [[" "]] _DEPLOY_ARG ${_INSTALL_DEPLOY})
install(
CODE
Expand Down

0 comments on commit 150c7d0

Please sign in to comment.