mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
libsoundio audio renderer for Windows and Mac (#97)
This commit is contained in:
@@ -2,10 +2,11 @@ TEMPLATE = subdirs
|
||||
SUBDIRS = \
|
||||
moonlight-common-c \
|
||||
qmdnsengine \
|
||||
app
|
||||
app \
|
||||
soundio
|
||||
|
||||
# Build the dependencies in parallel before the final app
|
||||
app.depends = qmdnsengine moonlight-common-c
|
||||
app.depends = qmdnsengine moonlight-common-c soundio
|
||||
|
||||
# Support debug and release builds from command line for CI
|
||||
CONFIG += debug_and_release
|
||||
|
||||
Reference in New Issue
Block a user