diff options
author | Rayyan Ansari <68647953+RayyanAnsari@users.noreply.github.com> | 2021-09-30 17:23:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 17:23:25 +0000 |
commit | 796d6033322fbd5870649c2d7a856abf81ca6b65 (patch) | |
tree | 50be57f54fc28faf0c69ea9e716a8f9c7bc64069 /tools | |
parent | 737171c90687f8bfb8827849e7a4bd6734009249 (diff) |
Redesign the Input dialog (#1226)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mac-libs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mac-libs.rb b/tools/mac-libs.rb index 94e33f4..4d57c61 100755 --- a/tools/mac-libs.rb +++ b/tools/mac-libs.rb @@ -203,7 +203,7 @@ fixup_libs(executable, executable) bundle_plugins = File.join($bundle, "Contents", "PlugIns") -want_plugins = ["styles/libqmacstyle.dylib", "platforms/libqcocoa.dylib"] +want_plugins = ["styles/libqmacstyle.dylib", "platforms/libqcocoa.dylib", "imageformats/libqsvg.dylib"] want_plugins.each do |plug| destdir = File.join(bundle_plugins, File.dirname(plug)) FileUtils.mkdir_p(destdir) |