mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
12 lines
176 B
Prolog
12 lines
176 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
moonlight-common-c \
|
|
opus \
|
|
qmdnsengine \
|
|
app
|
|
|
|
CONFIG += ordered
|
|
|
|
# Run our compile tests
|
|
load(configure)
|
|
qtCompileTest(SLVideo)
|