Inhibit MacOSX warning in libxplanemp.

This commit is contained in:
Mathew Sutcliffe
2017-01-20 23:32:47 +00:00
parent 3552d47ab5
commit 9e56213633

View File

@@ -9,6 +9,10 @@ CONFIG += blackmisc
INCLUDEPATH += $$EXTERNALSROOT/common/include/XPLM
# Inhibit "warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8"
# TODO implement proper fix
macx:QMAKE_CXXFLAGS_WARN_ON *= -Wno-deprecated-declarations
win32 {
equals(WORD_SIZE,64): LIBS += -lXPLM_64 -lXPWidgets_64
equals(WORD_SIZE,32): LIBS += -lXPLM -lXPWidgets