From 6246315b90f64ba73d46fca436648952cb2ce8f1 Mon Sep 17 00:00:00 2001 From: Roland Rossgotterer Date: Wed, 28 Nov 2018 15:12:04 +0100 Subject: [PATCH] Set xswiftbus' dep_target configuration to no_check_exist globally The configuration for MacOS branch got removed in a previous commit which caused DBus and libevent libraries not to be installed since they are not yet existing in the expected path at the time when qmake runs. --- src/xswiftbus/xswiftbus.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/xswiftbus/xswiftbus.pro b/src/xswiftbus/xswiftbus.pro index 87cd9cf9a..9c3a6bb21 100644 --- a/src/xswiftbus/xswiftbus.pro +++ b/src/xswiftbus/xswiftbus.pro @@ -108,6 +108,7 @@ target.CONFIG += no_check_exist INSTALLS += target dep_target.path = $$PREFIX/$$XSWIFTBUS_DIR +dep_target.CONFIG += no_check_exist win32 { dep_target.files *= $$DestRoot/bin/dbus-daemon.exe win32-g++ { @@ -119,7 +120,6 @@ win32 { dep_target.files *= $$DestRoot/bin/expat.dll dep_target.files *= $$DestRoot/bin/event_core.dll } - dep_target.CONFIG += no_check_exist dbus_share.path = $$PREFIX/$$XSWIFTBUS_DIR/share/dbus-1 dbus_share.files = $$DestRoot/share/dbus-1/session.conf @@ -144,8 +144,6 @@ win32 { QMAKE_EXTRA_TARGETS += fix_plugin_rpath } else:unix: { - dep_target.CONFIG += no_check_exist - legacy_data_target.path = $$PREFIX/xswiftbus legacy_data_target.files *= LegacyData }