From 2a980af25b233fdd6a455886e4c029c3c3f69db8 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sat, 28 Nov 2015 02:28:51 +0000 Subject: [PATCH] refs #520 XBus no longer needs to link to blackcore. --- src/xbus/xbus.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbus/xbus.pro b/src/xbus/xbus.pro index 5226ef7f6..439498ba0 100644 --- a/src/xbus/xbus.pro +++ b/src/xbus/xbus.pro @@ -7,7 +7,7 @@ QT += core gui widgets dbus network TEMPLATE = lib CONFIG += shared plugin -CONFIG += blackmisc blackcore +CONFIG += blackmisc INCLUDEPATH += $$EXTERNALSROOT/common/include/XPLM