mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +01:00
Use propper target name on Android
This commit is contained in:
parent
733375fb74
commit
f064148a0f
@ -42,6 +42,9 @@ DEFINES += QT_NO_DEPRECATED_WARNINGS
|
||||
unix:!macx:!android {
|
||||
LIBS += -lprotobuf-lite \
|
||||
-lz
|
||||
|
||||
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
||||
INSTALLS += target
|
||||
}
|
||||
win32 {
|
||||
INCLUDEPATH += $$PROTOBUF/include \
|
||||
@ -62,7 +65,7 @@ android {
|
||||
INCLUDEPATH += $$PROTOBUF/include
|
||||
LIBS += $$PROTOBUF/$$ANDROID_TARGET_ARCH/libprotobuf-lite.a \
|
||||
-lz
|
||||
}
|
||||
|
||||
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
|
||||
INSTALLS += target
|
||||
DESTDIR = $$top_builddir/plugins/pbf
|
||||
TARGET = $$qt5LibraryTarget(pbf, "plugins/imageformats/")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user