mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-23 13:54:13 +01:00
18 lines
234 B
Prolog
18 lines
234 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = \
|
|
version_info \
|
|
qscispinbox\
|
|
qtconcurrent \
|
|
aggregation \
|
|
extensionsystem \
|
|
utils \
|
|
opmapcontrol \
|
|
qwt \
|
|
sdlgamepad
|
|
|
|
osg {
|
|
SUBDIRS += osgearth
|
|
}
|