libxplanemp update

CSLLoaderThread files got removed, so remove their exception as well
This commit is contained in:
Roland Winklmeier
2016-12-07 15:08:52 +01:00
committed by Mathew Sutcliffe
parent db6b3b07fa
commit d7a0a0ee79
2 changed files with 1 additions and 5 deletions

View File

@@ -34,10 +34,6 @@ SOURCES += $$files(libxplanemp/src/*.cpp)
HEADERS += $$files(libxplanemp/src/*.h) $$files(libxplanemp/include/*.h)
INCLUDEPATH += ./libxplanemp ./libxplanemp/include ./libxplanemp/src
# CSLLoaderThread not used, see libxplanemp/README.markdown
SOURCES -= libxplanemp/src/CSLLoaderThread.cpp
HEADERS -= libxplanemp/src/CSLLoaderThread.h
# PlatformUtils also not used
SOURCES -= $$files(libxplanemp/src/PlatformUtils.*.cpp)
HEADERS -= libxplanemp/src/PlatformUtils.h