mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +01:00
Use libpbf instead of pbf in Android target name
This commit is contained in:
parent
f24a8a47a9
commit
407f543039
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@ -50,5 +50,5 @@ jobs:
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: libplugins_imageformats_pbf_arm64-v8a.so
|
||||
path: plugins/pbf/libplugins_imageformats_pbf_arm64-v8a.so
|
||||
name: libplugins_imageformats_libpbf_arm64-v8a.so
|
||||
path: plugins/pbf/libplugins_imageformats_libpbf_arm64-v8a.so
|
||||
|
@ -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/")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user