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

9 lines
90 B
Prolog

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