diff --git a/moonlight-qt.pro b/moonlight-qt.pro index fc9bdaff..8b1fee8d 100644 --- a/moonlight-qt.pro +++ b/moonlight-qt.pro @@ -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