mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
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:
committed by
Klaus Basan
parent
912d44d558
commit
6246315b90
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user