From fd2e3097b975b030926187b6fca90bd8d92682f0 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:56:29 +0200 Subject: [PATCH] Update readme to mention Qt6, not Qt5 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9383f6b..3916a17 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ Linux users will need to install the system dependencies related to Qt. These are the commands to run on a terminal for some distributions: * Ubuntu 22.04 LTS: ``` -$ sudo apt-get install qt5base-dev libqt5websockets5 qt5-image-formats-plugins libqt5svg5 +$ sudo apt-get install qt6base-dev libqt6websockets6 qt6-image-formats-plugins libqt6svg6 ``` * Arch: ``` -$ sudo pacman -Syu qt5-base qt5-websockets qt5-imageformats qt5-svg +$ sudo pacman -Syu qt6-base qt6-websockets qt6-imageformats qt6-svg ``` * Fedora: ``` -$ sudo dnf install qt5-qtbase qt5-qtwebsockets qt5-qtimageformats qt5-qtsvg +$ sudo dnf install qt6-qtbase qt6-qtwebsockets qt6-qtimageformats qt6-qtsvg ``` ## Credits @@ -40,7 +40,7 @@ Killing Fever Online additions copyright (c) 2019 Crystalwarrior ### Qt -This project uses Qt 5, which is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.txt) with [certain licensing restrictions and exceptions](https://www.qt.io/qt-licensing-terms/). To comply with licensing requirements for static linking, object code is available if you would like to relink with an alternative version of Qt, and the source code for Qt may be found at https://github.com/qt/qtbase, http://code.qt.io/cgit/, or at https://qt.io. +This project uses Qt 6.5.3, which is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.txt) with [certain licensing restrictions and exceptions](https://www.qt.io/qt-licensing-terms/). To comply with licensing requirements for static linking, object code is available if you would like to relink with an alternative version of Qt, and the source code for Qt may be found at https://github.com/qt/qtbase, http://code.qt.io/cgit/, or at https://qt.io. Copyright (c) 2016 The Qt Company Ltd.