mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
21 lines
463 B
Prolog
21 lines
463 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
moonlight-common-c \
|
|
qmdnsengine \
|
|
app \
|
|
soundio \
|
|
h264bitstream
|
|
|
|
# Build the dependencies in parallel before the final app
|
|
app.depends = qmdnsengine moonlight-common-c soundio h264bitstream
|
|
win32 {
|
|
SUBDIRS += AntiHooking
|
|
app.depends += AntiHooking
|
|
}
|
|
|
|
# Support debug and release builds from command line for CI
|
|
CONFIG += debug_and_release
|
|
|
|
# Run our compile tests
|
|
load(configure)
|
|
qtCompileTest(SLVideo)
|