Compare commits

..

No commits in common. "f901243baa6e2c36d53065d05d685451df3ec1e0" and "71331b06f14811745530b5ea53b4e7882c334fcc" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,7 @@ build_script:
nmake release nmake release
artifacts: artifacts:
- path: release\pbf2.dll - path: release\pbf.dll
cache: cache:
- C:\tools\vcpkg\installed\ - C:\tools\vcpkg\installed\

View File

@ -48,8 +48,6 @@ 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