mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-24 13:54:16 +01:00
18 lines
255 B
Prolog
18 lines
255 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = \
|
|
version_info \
|
|
qscispinbox\
|
|
qtconcurrent \
|
|
aggregation \
|
|
extensionsystem \
|
|
utils \
|
|
opmapcontrol \
|
|
qwt \
|
|
sdlgamepad
|
|
|
|
exists( $(OSG_SDK_DIR) ) {
|
|
SUBDIRS += osgearth
|
|
}
|