mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-13 04:42:27 +00:00
15 lines
339 B
Prolog
15 lines
339 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
moonlight-common-c \
|
|
qmdnsengine \
|
|
app
|
|
|
|
# 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
|
|
|
|
# Run our compile tests
|
|
load(configure)
|
|
qtCompileTest(SLVideo)
|