Files
pilotclient/src/plugins/plugins.pro
Roland Winklmeier 3fd9d1bffe Implement GFS weatherdata plugin
refs #556
2016-01-28 01:36:00 +01:00

10 lines
119 B
Prolog

load(common_pre)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += simulator
SUBDIRS += weatherdata
load(common_post)