Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Oct 24, 2024
1 parent 16b5894 commit a5f0a14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 4 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,23 @@ image: Visual Studio 2019
environment:
nodejs_version: "20"
matrix:
- QT: C:\Qt\6.2\msvc2019_64
# As installed by `choco`
- GOROOT: C:\Program Files\Go
GOROOT: C:\Program Files\Go
GOPATH: C:\gopath\
GOTOOLCHAIN: local
PLATFORM: amd64
PYTHON: C:\Python312
COMPILER: msvc

install:
- ps: Install-Product node $env:nodejs_version
- choco install python --version=3.12.6
- python -m pip install aqtinstall
- aqt list-qt windows desktop --modules 6.2.4 win64_mingw
- aqt install-qt windows desktop 6.2.4 win64_mingw -m qtpositioning qtserialport qtwebchannel qtwebengine
- git submodule update --init --recursive

matrix:
fast_finish: true

before_build:
- set PATH=C:\Qt\Tools\QtCreator\bin\;%GOROOT%\bin;C:\gopath\bin\;C:\Qt\6.2.4\mingw_64\bin\;C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;C:\MinGW\bin;%PATH%
- set PATH=%QT5%\bin;C:\Qt\Tools\QtCreator\bin\;%GOROOT%\bin;C:\gopath\bin\;C:\Qt\6.2\msvc2019_64\bin\;C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;C:\MinGW\bin;%PATH%
- set MINGW_BIN=/c/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin

build_script:
Expand Down
3 changes: 3 additions & 0 deletions frontends/qt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
#include <string.h>

#include "filedialog.h"
#ifndef _MSC_VER
#undef _MSV_VER
#endif
#include "server/libserver.h"
#include "webclass.h"

Expand Down

0 comments on commit a5f0a14

Please sign in to comment.