Ref T249, added encryption and obfudcation base class (3rd party)

This commit is contained in:
Klaus Basan
2018-02-11 04:37:18 +01:00
parent b0f7e9e8f6
commit f8cd1d65ef
5 changed files with 594 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ HEADERS += *.h \
$$PWD/simulation/fscommon/*.h \
$$PWD/simulation/fsx/*.h \
$$PWD/simulation/xplane/*.h \
$$PWD/thirdparty/*.h \
$$PWD/test/*.h \
$$PWD/weather/*.h
@@ -58,6 +59,7 @@ SOURCES += *.cpp \
$$PWD/simulation/fscommon/*.cpp \
$$PWD/simulation/fsx/*.cpp \
$$PWD/simulation/xplane/*.cpp \
$$PWD/thirdparty/*.cpp \
$$PWD/test/*.cpp \
$$PWD/weather/*.cpp