From bdffe4867631a5a6d2cbcd1aac95bc546ad97a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 18 Dec 2023 20:21:06 +0100 Subject: [PATCH] Remove unnecessary path element --- .github/workflows/android.yml | 2 +- pbfplugin.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 917ed78..de31704 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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 diff --git a/pbfplugin.pro b/pbfplugin.pro index eae4705..bee9f1c 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -67,6 +67,6 @@ android { -lz top_builddir=$$shadowed($$PWD) - DESTDIR = $$top_builddir/plugins/libpbf + DESTDIR = $$top_builddir/plugins TARGET = $$qt5LibraryTarget(libpbf, "plugins/imageformats/") }