Remove unnecessary path element

This commit is contained in:
2023-12-18 20:21:06 +01:00
parent cb86e30fab
commit bdffe48676
2 changed files with 2 additions and 2 deletions

View File

@ -67,6 +67,6 @@ android {
-lz
top_builddir=$$shadowed($$PWD)
DESTDIR = $$top_builddir/plugins/libpbf
DESTDIR = $$top_builddir/plugins
TARGET = $$qt5LibraryTarget(libpbf, "plugins/imageformats/")
}