Files

19 lines
261 B
Prolog
Raw Permalink Normal View History

2020-03-07 14:46:50 +08:00
TEMPLATE = subdirs
CONFIG += ordered
2022-11-01 09:55:41 +08:00
CONFIG(release, debug|release) {
DEFINES += QT_NO_DEBUG_OUTPUT
}
2021-05-15 15:48:19 +08:00
2021-08-03 13:43:17 +08:00
SUBDIRS += VehicleManage
2020-09-25 18:37:30 +08:00
SUBDIRS += Skin
SUBDIRS += opmap
2020-03-07 14:46:50 +08:00
SUBDIRS += Cockpit
SUBDIRS += MavLinkNode
2020-03-07 14:46:50 +08:00
SUBDIRS += dlink
SUBDIRS += App
2021-05-15 17:36:33 +08:00