Skip to content

Commit

Permalink
Revert "AppVeyor Qt6 build fix"
Browse files Browse the repository at this point in the history
This reverts commit 699e086.
  • Loading branch information
tumic0 committed Jan 2, 2025
1 parent 701f392 commit 25fb9e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ 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 @@ -25,7 +23,7 @@ install:
build_script:
- cmd: |-
%LRELEASE% gpxsee.pro
lrelease gpxsee.pro
qmake gpxsee.pro
nmake release
Expand Down

0 comments on commit 25fb9e5

Please sign in to comment.