mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-29 13:30:34 +00:00
Make h264bitstream dependency optional
This commit is contained in:
+7
-3
@@ -2,16 +2,20 @@ TEMPLATE = subdirs
|
||||
SUBDIRS = \
|
||||
moonlight-common-c \
|
||||
qmdnsengine \
|
||||
app \
|
||||
h264bitstream
|
||||
app
|
||||
|
||||
# Build the dependencies in parallel before the final app
|
||||
app.depends = qmdnsengine moonlight-common-c h264bitstream
|
||||
app.depends = qmdnsengine moonlight-common-c
|
||||
win32:!winrt {
|
||||
SUBDIRS += AntiHooking
|
||||
app.depends += AntiHooking
|
||||
}
|
||||
|
||||
!disable-h264bitstream {
|
||||
SUBDIRS += h264bitstream
|
||||
app.depends += h264bitstream
|
||||
}
|
||||
|
||||
# Support debug and release builds from command line for CI
|
||||
CONFIG += debug_and_release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user