Fix plugins path

This commit is contained in:
Martin Tůma 2023-12-15 21:32:33 +01:00
parent ce7b3d9158
commit f24a8a47a9

View File

@ -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/")
}