Compare commits

...

3 Commits

Author SHA1 Message Date
f901243baa Remove non-ASCII characters from project file
UTF-8 is not supported by qmake
2023-10-07 01:38:39 +02:00
19c6b9854f Fixed artifact path
With the introduction of the VERSION qmake variable, the dll name has changed
to pbf2.dll.
2023-10-07 00:25:47 +02:00
52d15c63bd Extended Windows executable info 2023-10-07 00:25:12 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -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\

View File

@ -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