4 Commits
4.2 ... 4.3

Author SHA1 Message Date
73f2b246ea Properly name the jobs/artifacts 2025-07-07 17:05:28 +02:00
5fad81c3a6 Display only relevant road shields 2025-07-07 16:34:09 +02:00
eaa5a1e14e Use Qt 6.9.1 in OS X builds 2025-06-12 08:57:28 +02:00
7f357e7559 Version++ 2025-06-12 08:56:56 +02:00
4 changed files with 20 additions and 5 deletions

View File

@ -1,4 +1,4 @@
version: 4.2.{build} version: 4.3.{build}
configuration: configuration:
- Release - Release
@ -9,8 +9,10 @@ image:
environment: environment:
VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md-release VCPKGDIR: C:\tools\vcpkg\installed\x64-windows-static-md-release
matrix: matrix:
- QTDIR: C:\Qt\5.15\msvc2019_64 - job_name: Qt5
- QTDIR: C:\Qt\6.8\msvc2022_64 QTDIR: C:\Qt\5.15\msvc2019_64
- job_name: Qt6
QTDIR: C:\Qt\6.8\msvc2022_64
install: install:
- cmd: |- - cmd: |-
@ -26,6 +28,7 @@ build_script:
artifacts: artifacts:
- path: release\pbf4.dll - path: release\pbf4.dll
name: pbf4.dll
cache: cache:
- C:\tools\vcpkg\installed\ - C:\tools\vcpkg\installed\

View File

@ -15,7 +15,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4
with: with:
version: '6.8.2' version: '6.9.1'
- name: Configure build - name: Configure build
run: qmake pbfplugin.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64" run: qmake pbfplugin.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
- name: Build project - name: Build project

View File

@ -2,7 +2,7 @@ TARGET = pbf
TEMPLATE = lib TEMPLATE = lib
CONFIG += plugin CONFIG += plugin
QT += gui QT += gui
VERSION = 4.2 VERSION = 4.3
HEADERS += src/pbfhandler.h \ HEADERS += src/pbfhandler.h \
src/data.h \ src/data.h \

View File

@ -3610,6 +3610,18 @@
"<=", "<=",
"ref_length", "ref_length",
6 6
],
[
"!=",
"subclass",
"junction"
],
[
"in",
"class",
"motorway",
"primary",
"secondary"
] ]
], ],
"layout": { "layout": {