1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-23 13:54:13 +01:00

18 lines
255 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
CONFIG += ordered
2013-04-05 23:46:56 +03:00
SUBDIRS = \
version_info \
2013-04-05 23:46:56 +03:00
qscispinbox\
qtconcurrent \
aggregation \
extensionsystem \
utils \
opmapcontrol \
qwt \
sdlgamepad
2013-04-05 23:46:56 +03:00
exists( $(OSG_SDK_DIR) ) {
SUBDIRS += osgearth
}