Use libpbf instead of pbf in Android target name

This commit is contained in:
2023-12-15 21:35:49 +01:00
parent f24a8a47a9
commit 407f543039
2 changed files with 4 additions and 4 deletions

View File

@ -67,6 +67,6 @@ android {
-lz
top_builddir=$$shadowed($$PWD)
DESTDIR = $$top_builddir/plugins/pbf
TARGET = $$qt5LibraryTarget(pbf, "plugins/imageformats/")
DESTDIR = $$top_builddir/plugins/libpbf
TARGET = $$qt5LibraryTarget(libpbf, "plugins/imageformats/")
}