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