From 2ab7071423b459e777ff67af3985b30d5bbc3ac8 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Wed, 22 Feb 2017 00:35:29 +0100 Subject: [PATCH] Update libxplanemp --- src/xbus/libxplanemp | 2 +- src/xbus/xbus.pro | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/xbus/libxplanemp b/src/xbus/libxplanemp index afbf06a01..6a0f165a1 160000 --- a/src/xbus/libxplanemp +++ b/src/xbus/libxplanemp @@ -1 +1 @@ -Subproject commit afbf06a01b5e12393f8c28d6c2e0df898d48c2e1 +Subproject commit 6a0f165a1d1ef3874d388c66cc0d8ff9fa0637de diff --git a/src/xbus/xbus.pro b/src/xbus/xbus.pro index 27e5755dd..b199904e5 100644 --- a/src/xbus/xbus.pro +++ b/src/xbus/xbus.pro @@ -9,10 +9,6 @@ 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