Speed up build times by allow dependencies to be built in parallel
This commit is contained in:
parent
1b8c3aae73
commit
57f2fb07f0
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ SUBDIRS = \
|
|||
qmdnsengine \
|
||||
app
|
||||
|
||||
CONFIG += ordered
|
||||
# Build the dependencies in parallel before the final app
|
||||
app.depends = qmdnsengine moonlight-common-c
|
||||
|
||||
# Support debug and release builds from command line for CI
|
||||
CONFIG += debug_and_release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue