Skip to content

Commit aa3ad75

Browse files
committed
Update Qt to 6.9.0
1 parent 573914a commit aa3ad75

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
BOOST_VERSION: 1.87.0
1212
OGDF_VERSION: elderberry-202309
13-
QT_VERSION: 6.8.3
13+
QT_VERSION: 6.9.0
1414

1515
jobs:
1616
# Check if the template.pot file is up to date. Run this as a separate job

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
BOOST_VERSION: 1.87.0
99
OGDF_VERSION: elderberry-202309
10-
QT_VERSION: 6.8.3
10+
QT_VERSION: 6.9.0
1111

1212
jobs:
1313
create_release:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ flatpak --user install ~/Downloads/loot.flatpak
5050
You may also want to install the Adwaita theme:
5151

5252
```
53-
flatpak install flathub org.kde.KStyle.Adwaita//6.8
53+
flatpak install flathub org.kde.KStyle.Adwaita//6.9
5454
```
5555

5656
## Building LOOT
@@ -98,7 +98,7 @@ Parameter | Values | Default |Description
9898

9999
The URL parameters can be used to supply a local path if the archive has already been downloaded (e.g. for offline builds).
100100

101-
You may also need to set `BOOST_ROOT` if CMake cannot find Boost, and `Qt6_ROOT` (e.g. to `C:/Qt/6.8.3/msvc2022_64`) if CMake cannot find Qt.
101+
You may also need to set `BOOST_ROOT` if CMake cannot find Boost, and `Qt6_ROOT` (e.g. to `C:/Qt/6.9.0/msvc2022_64`) if CMake cannot find Qt.
102102

103103
## Building The Documentation
104104

resources/linux/io.github.loot.loot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.github.loot.loot
22
runtime: org.kde.Platform
3-
runtime-version: '6.8'
3+
runtime-version: '6.9'
44
sdk: org.kde.Sdk
55
command: LOOT
66
finish-args:

src/gui/qt/tasks/check_for_update_task.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "gui/qt/tasks/check_for_update_task.h"
2727

2828
#include <QtCore/QJsonDocument>
29+
#include <QtCore/QJsonValue>
2930
#include <boost/algorithm/string.hpp>
3031

3132
#include "gui/qt/helpers.h"

0 commit comments

Comments
 (0)