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.
This commit is contained in:
Roland Rossgotterer
2018-11-28 15:12:04 +01:00
committed by Klaus Basan
parent 912d44d558
commit 6246315b90

View File

@@ -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
}