refs #487 add XPlane path utilities

This commit is contained in:
Roland Winklmeier
2015-10-06 22:54:38 +02:00
committed by Mathew Sutcliffe
parent e3319f0dae
commit 35cb4e2067
4 changed files with 177 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ HEADERS += *.h \
$$PWD/simulation/*.h \
$$PWD/simulation/fscommon/*.h \
$$PWD/simulation/fsx/*.h \
$$PWD/simulation/xplane/*.h \
$$PWD/weather/*.h
SOURCES += *.cpp \
@@ -50,8 +51,13 @@ SOURCES += *.cpp \
$$PWD/simulation/*.cpp \
$$PWD/simulation/fscommon/*.cpp \
$$PWD/simulation/fsx/*.cpp \
$$PWD/simulation/xplane/*.cpp \
$$PWD/weather/*.cpp
win32 {
LIBS *= -lShell32
}
DESTDIR = $$DestRoot/lib
DLLDESTDIR = $$DestRoot/bin