[Install] Don't hardcode version numbers of externals

This commit is contained in:
Mat Sutcliffe
2021-04-07 17:50:58 +01:00
parent bb9db57a83
commit 743368516d
2 changed files with 4 additions and 3 deletions

View File

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

View File

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