[vlc-commits] [Git][videolan/vlc][master] win32: package missing pdb for the Qt plugin

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Apr 18 12:32:40 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
33665ab7 by Pierre Lamot at 2024-04-18T11:06:28+00:00
win32: package missing pdb for the Qt plugin

since ddfc6d0de8ae0f450895ec5cee6626e4efacb422 the libqt_plugin.pdb is no longer
generated in `modules/.libs/` directory, this patch explicitly package Qt pdb when
present

- - - - -


1 changed file:

- extras/package/win32/package.mak


Changes:

=====================================
extras/package/win32/package.mak
=====================================
@@ -29,6 +29,7 @@ if ENABLE_PDB
 	cp lib/.libs/libvlc.pdb '$(DESTDIR)$(bindir)'
 	cp src/.libs/libvlccore.pdb '$(DESTDIR)$(bindir)'
 	find '$(DESTDIR)$(libdir)/vlc/plugins' -name "*.dll" -exec sh -c "echo {} | sed -e 's@$(DESTDIR)$(libdir)/vlc/plugins/\(.*\)/\(.*\).dll at modules/.libs/\2.pdb $(DESTDIR)$(libdir)/vlc/plugins/\1@' | xargs -t cp " \;
+	find modules/gui/qt/.libs/ -name "*.pdb" -exec cp {} '$(DESTDIR)$(libdir)/vlc/plugins/gui/' \;
 endif
 	touch $@
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/33665ab7b0c0b6464464022c288d24797867e8a5

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/33665ab7b0c0b6464464022c288d24797867e8a5
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list