Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Update to Qt6
  • Loading branch information
ea4k authored Mar 7, 2024
1 parent 456f52b commit 2889fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:

install:
- sh: sudo apt-get -qq update
- sh: sudo apt install -qqy g++ make qttools5-dev-tools qtchooser qtbase5-dev libqt5charts5-dev libqt5serialport5-dev libhamlib++-dev qt5-qmake qttools5-dev libqt5sql5-sqlite qtdeclarative5-dev qtpositioning5-dev libhamlib-dev
- sh: sudo apt install -qqy make qmake6 qt6-base-dev qt6-declarative-dev libhamlib-dev build-essential libgl1-mesa-dev qt6-serialport-dev qt6-positioning-dev qt6-charts-dev qt6-l10n-tools
build_script:
- qmake KLog.pro
- make

0 comments on commit 2889fa0

Please sign in to comment.