2018-05-06 00:25:55 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
|
|
moonlight-common-c \
|
2018-07-01 04:41:00 +00:00
|
|
|
qmdnsengine \
|
2018-10-06 02:22:57 +00:00
|
|
|
app \
|
2018-10-13 00:59:53 +00:00
|
|
|
soundio \
|
|
|
|
h264bitstream
|
2018-04-28 22:39:50 +00:00
|
|
|
|
2018-08-19 21:33:37 +00:00
|
|
|
# Build the dependencies in parallel before the final app
|
2018-10-13 00:59:53 +00:00
|
|
|
app.depends = qmdnsengine moonlight-common-c soundio h264bitstream
|
2018-10-14 02:35:21 +00:00
|
|
|
win32 {
|
|
|
|
SUBDIRS += AntiHooking
|
|
|
|
app.depends += AntiHooking
|
|
|
|
}
|
2018-07-22 03:22:00 +00:00
|
|
|
|
2018-07-29 00:22:12 +00:00
|
|
|
# Support debug and release builds from command line for CI
|
|
|
|
CONFIG += debug_and_release
|
|
|
|
|
2018-07-22 03:22:00 +00:00
|
|
|
# Run our compile tests
|
|
|
|
load(configure)
|
|
|
|
qtCompileTest(SLVideo)
|