moonlight-qt/moonlight-qt.pro

22 lines
463 B
Prolog
Raw Normal View History

2018-05-06 00:25:55 +00:00
TEMPLATE = subdirs
SUBDIRS = \
moonlight-common-c \
qmdnsengine \
app \
soundio \
h264bitstream
2018-04-28 22:39:50 +00:00
# Build the dependencies in parallel before the final app
app.depends = qmdnsengine moonlight-common-c soundio h264bitstream
win32 {
SUBDIRS += AntiHooking
app.depends += AntiHooking
}
2018-07-29 00:22:12 +00:00
# Support debug and release builds from command line for CI
CONFIG += debug_and_release
# Run our compile tests
load(configure)
qtCompileTest(SLVideo)