From 7a2ed1433d5646ea24f4a3a8043f6cd8f011d4ae Mon Sep 17 00:00:00 2001 From: Roland Rossgotterer Date: Wed, 20 Feb 2019 09:37:55 +0100 Subject: [PATCH] [XSwiftBus] Add more Linux library dependencies --- externals | 2 +- src/xswiftbus/xswiftbus.pro | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/externals b/externals index 2864c3b49..9afbe6273 160000 --- a/externals +++ b/externals @@ -1 +1 @@ -Subproject commit 2864c3b49172586ca04a4f0e362d8340c9f6008f +Subproject commit 9afbe627363ad7fb84833c05d1f61819a2a052c0 diff --git a/src/xswiftbus/xswiftbus.pro b/src/xswiftbus/xswiftbus.pro index de72fb4d8..2a1f4d1fc 100644 --- a/src/xswiftbus/xswiftbus.pro +++ b/src/xswiftbus/xswiftbus.pro @@ -139,6 +139,9 @@ win32 { QMAKE_EXTRA_TARGETS += fix_plugin_rpath } else:unix: { + dep_target.files *= $$DestRoot/lib/libevent_core-2.0.so.5 + dep_target.files *= $$DestRoot/lib/libpng12.so.0 + legacy_data_target.path = $$PREFIX/xswiftbus legacy_data_target.files *= LegacyData }