mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
SDL has been the default audio backend for years now, and libsoundio has not been well-maintained upstream.
22 lines
462 B
Prolog
22 lines
462 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
moonlight-common-c \
|
|
qmdnsengine \
|
|
app \
|
|
h264bitstream
|
|
|
|
# Build the dependencies in parallel before the final app
|
|
app.depends = qmdnsengine moonlight-common-c h264bitstream
|
|
win32:!winrt {
|
|
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(SL)
|
|
qtCompileTest(EGL)
|