mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-29 20:49:18 +02:00
Use libpbf instead of pbf in Android target name
This commit is contained in:
@ -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/")
|
||||
}
|
||||
|
Reference in New Issue
Block a user