Skip to content

Commit

Permalink
Windows build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfug committed Apr 27, 2017
1 parent 2d969ab commit 5b08b6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion FugioApp/FugioApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,18 @@ windows {
app.path = $$INSTALLDATA
app.files = $$DESTDIR/$$TARGET".exe"

INSTALLS += app

libraries.path = $$INSTALLDATA
libraries.files = $$(QTDIR)/bin/Qt5Concurrent.dll

INSTALLS += libraries

deploy.path = $$INSTALLDATA
deploy.depends = install_app install_libraries
deploy.commands = windeployqt --force --no-angle --no-opengl-sw --verbose 2 --qmldir $$shell_path( $$FUGIO_BASE/qml ) $$shell_path( $$INSTALLDATA )

INSTALLS += app deploy libraries
INSTALLS += deploy
}

unix:!macx {
Expand Down

0 comments on commit 5b08b6a

Please sign in to comment.