mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Inhibit MacOSX warning in libxplanemp.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user