mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
[Install] Don't hardcode version numbers of externals
This commit is contained in:
@@ -86,7 +86,8 @@
|
||||
<origin>../../dist/lib/libqwt.so</origin>
|
||||
</distributionFile>
|
||||
<distributionFile>
|
||||
<origin>../../dist/lib/libsodium.so.18</origin>
|
||||
<allowWildcards>1</allowWildcards>
|
||||
<origin>../../dist/lib/libsodium.so.*</origin>
|
||||
</distributionFile>
|
||||
</distributionFileList>
|
||||
</folder>
|
||||
|
||||
@@ -159,8 +159,8 @@ 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
|
||||
dep_target.files *= $$DestRoot/lib/libevent_core-*.so.*
|
||||
dep_target.files *= $$DestRoot/lib/libpng*.so.*
|
||||
|
||||
legacy_data_target.path = $$PREFIX/xswiftbus
|
||||
legacy_data_target.files *= LegacyData
|
||||
|
||||
Reference in New Issue
Block a user