mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-03-02 22:41:04 +01:00
Compare commits
3 Commits
71331b06f1
...
f901243baa
Author | SHA1 | Date | |
---|---|---|---|
f901243baa | |||
19c6b9854f | |||
52d15c63bd |
@ -26,7 +26,7 @@ build_script:
|
|||||||
nmake release
|
nmake release
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: release\pbf.dll
|
- path: release\pbf2.dll
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- C:\tools\vcpkg\installed\
|
- C:\tools\vcpkg\installed\
|
||||||
|
@ -48,6 +48,8 @@ win32 {
|
|||||||
$$ZLIB/include
|
$$ZLIB/include
|
||||||
LIBS += $$PROTOBUF/lib/libprotobuf-lite.lib \
|
LIBS += $$PROTOBUF/lib/libprotobuf-lite.lib \
|
||||||
$$ZLIB/lib/zlibstatic.lib
|
$$ZLIB/lib/zlibstatic.lib
|
||||||
|
QMAKE_TARGET_DESCRIPTION = Qt MVT image plugin
|
||||||
|
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma
|
||||||
}
|
}
|
||||||
macx {
|
macx {
|
||||||
INCLUDEPATH += $$PROTOBUF/include
|
INCLUDEPATH += $$PROTOBUF/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user