Skip to content

Commit

Permalink
AppVeyor Qt6 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 authored Jan 2, 2025
1 parent eeee16f commit 699e086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ environment:
- QTDIR: C:\Qt\5.15\msvc2019_64
OPENSSLDIR: C:\OpenSSL-v111-Win64\bin
NSISDEF: /DOPENSSL /DANGLE
LRELEASE: lrelease
- QTDIR: C:\Qt\6.8\msvc2019_64
OPENSSLDIR: C:\OpenSSL-v33-Win64\bin
NSISDEF: /DQT6 /DOPENSSL
LRELEASE: lrelease-pro

install:
- cmd: |-
Expand All @@ -23,7 +25,7 @@ install:
build_script:
- cmd: |-
lrelease gpxsee.pro
%LRELEASE% gpxsee.pro
qmake gpxsee.pro
nmake release
Expand Down

0 comments on commit 699e086

Please sign in to comment.