mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +01:00
Remove unnecessary path element
This commit is contained in:
parent
cb86e30fab
commit
bdffe48676
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -51,4 +51,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: libplugins_imageformats_libpbf_arm64-v8a.so
|
||||
path: plugins/libpbf/libplugins_imageformats_libpbf_arm64-v8a.so
|
||||
path: plugins/libplugins_imageformats_libpbf_arm64-v8a.so
|
||||
|
@ -67,6 +67,6 @@ android {
|
||||
-lz
|
||||
|
||||
top_builddir=$$shadowed($$PWD)
|
||||
DESTDIR = $$top_builddir/plugins/libpbf
|
||||
DESTDIR = $$top_builddir/plugins
|
||||
TARGET = $$qt5LibraryTarget(libpbf, "plugins/imageformats/")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user