moonlight-qt/moonlight-qt.pro
2018-07-28 22:49:36 -07:00

16 lines
265 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
moonlight-common-c \
opus \
qmdnsengine \
app
CONFIG += ordered
# Support debug and release builds from command line for CI
CONFIG += debug_and_release
# Run our compile tests
load(configure)
qtCompileTest(SLVideo)