Skip to content

Commit

Permalink
Fix for Window FugioShow install
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfug committed Dec 5, 2017
1 parent 4eba027 commit a4dd887
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions FugioShow/FugioShow.pro
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ macx {
# INSTALLS += qttranslation
}

windows {
app.path = $$INSTALLDATA
app.files = $$DESTDIR/$$TARGET".exe"

INSTALLS += app
}

#------------------------------------------------------------------------------
# API

Expand Down

0 comments on commit a4dd887

Please sign in to comment.