Files
moonlight-qt/moonlight-qt.pro
T
2026-07-19 14:11:27 -05:00

26 lines
518 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
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
# Run our compile tests
load(configure)
qtCompileTest(SL)
qtCompileTest(EGL)