Skip to content

Commit

Permalink
Fixed|qmake: Deploy packages in a server-only build
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 2, 2015
1 parent c7b3451 commit 234a7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/server/server.pro
Expand Up @@ -432,6 +432,10 @@ macx {

# Installation ---------------------------------------------------------------

deng_noclient {
# Packages are usually deployed by the client project.
deployPackages($$DENG_PACKAGES, $$OUT_PWD/..)
}
deployTarget()

!macx {
Expand Down

0 comments on commit 234a7f8

Please sign in to comment.