refs #585, value object and traits for simulator settings

This commit is contained in:
Klaus Basan
2016-06-08 02:23:30 +02:00
parent 2c3b8f32f0
commit 4a519e2b44
5 changed files with 473 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ HEADERS += *.h \
$$PWD/pq/*.h \
$$PWD/simulation/*.h \
$$PWD/simulation/data/*.h \
$$PWD/simulation/settings/*.h \
$$PWD/simulation/fscommon/*.h \
$$PWD/simulation/fsx/*.h \
$$PWD/simulation/xplane/*.h \
@@ -54,6 +55,7 @@ SOURCES += *.cpp \
$$PWD/network/*.cpp \
$$PWD/pq/*.cpp \
$$PWD/simulation/*.cpp \
$$PWD/simulation/settings/*.cpp \
$$PWD/simulation/data/*.cpp \
$$PWD/simulation/fscommon/*.cpp \
$$PWD/simulation/fsx/*.cpp \