Skip to content

Commit

Permalink
deploy rule for win32 build has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
yapavelkurochkin committed Nov 18, 2016
1 parent bacffe5 commit 2809a09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gui/gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ macx {
QMAKE_EXTRA_TARGETS += deploy
}

win32 {
deploy.depends = all
deploy.commands = windeployqt --no-translations release/tournament.exe

QMAKE_EXTRA_TARGETS += deploy
}

0 comments on commit 2809a09

Please sign in to comment.