refs #448 metar value classes

This commit is contained in:
Roland Winklmeier
2015-06-29 11:33:00 +00:00
committed by Mathew Sutcliffe
parent 047e408597
commit a94ea5618f
20 changed files with 1345 additions and 2 deletions

View File

@@ -37,7 +37,8 @@ HEADERS += *.h \
$$PWD/audio/*.h \
$$PWD/simulation/*.h \
$$PWD/simulation/fscommon/*.h \
$$PWD/simulation/fsx/*.h
$$PWD/simulation/fsx/*.h \
$$PWD/weather/*.h
SOURCES += *.cpp \
$$PWD/pq/*.cpp \
@@ -49,7 +50,8 @@ SOURCES += *.cpp \
$$PWD/audio/*.cpp \
$$PWD/simulation/*.cpp \
$$PWD/simulation/fscommon/*.cpp \
$$PWD/simulation/fsx/*.cpp
$$PWD/simulation/fsx/*.cpp \
$$PWD/weather/*.cpp
DESTDIR = $$BuildRoot/lib
DLLDESTDIR = $$BuildRoot/bin