From f24a8a47a9822c10b3a4566211a54b63cb05571d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 15 Dec 2023 21:32:33 +0100 Subject: [PATCH] Fix plugins path --- pbfplugin.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/pbfplugin.pro b/pbfplugin.pro index 7ae9357..a03b3dd 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -66,6 +66,7 @@ android { LIBS += $$PROTOBUF/$$ANDROID_TARGET_ARCH/libprotobuf-lite.a \ -lz + top_builddir=$$shadowed($$PWD) DESTDIR = $$top_builddir/plugins/pbf TARGET = $$qt5LibraryTarget(pbf, "plugins/imageformats/") }