Skip to content

Commit

Permalink
Fixed wrong dependencies for targets deploy and copydata.
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Mar 24, 2019
1 parent aa32dc7 commit 1b4944f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions navdatareader.pro
Expand Up @@ -211,7 +211,14 @@ win32 {
# =====================================================================
# Additional targets

QMAKE_EXTRA_TARGETS += deploy copydata
deploy.depends = copydata
copydata.depends = all
# =====================================================================
# Additional targets

# Need to copy data when compiling
all.depends = copydata

# Deploy needs compiling before
deploy.depends = all

QMAKE_EXTRA_TARGETS += deploy copydata all

0 comments on commit 1b4944f

Please sign in to comment.