[PR #2495] [MERGED] docs: add qt6-tools to Arch build guide #2780

Closed
opened 2026-02-27 22:01:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2495
Author: @marcoppenheimer
Created: 2/21/2025
Status: Merged
Merged: 2/23/2025
Merged by: @squidbus

Base: mainHead: docs/qt6_tools_arch


📝 Commits (1)

  • c7402c2 docs: add qt6-tools to Arch build guide

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 documents/building-linux.md (+1 -1)

📄 Description

Build was failing on Arch Linux following the guide with:

CMake Error at CMakeLists.txt:200 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "LinguistTools".

  Expected Config file at
  "/usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake" does NOT
  exist



  Configuring with --debug-find-pkg=Qt6LinguistTools might reveal details why
  the package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  of the path variables that find_package uses to try and find the package.

Resolved by adding qt6-tools to required build dependencies.

Also verified build on Ubuntu, Fedora and OpenSUSE VMs. No changes needed to their dependencies.

  • Ubuntu has qt6-tools-dev
  • Fedora has qt6-qttools-devel
  • Suse has qt6-linguist-devel

Didn't verify Nix, but I guess pkgs.qt6.qttools is probably the one, which is already present.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2495 **Author:** [@marcoppenheimer](https://github.com/marcoppenheimer) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 2/23/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `docs/qt6_tools_arch` --- ### 📝 Commits (1) - [`c7402c2`](https://github.com/shadps4-emu/shadPS4/commit/c7402c2579c9b8bf0861c66ff9fc9608f7c39963) docs: add qt6-tools to Arch build guide ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `documents/building-linux.md` (+1 -1) </details> ### 📄 Description Build was failing on Arch Linux following the guide with: ``` CMake Error at CMakeLists.txt:200 (find_package): Found package configuration file: /usr/lib/cmake/Qt6/Qt6Config.cmake but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT FOUND. Reason given by package: Failed to find required Qt component "LinguistTools". Expected Config file at "/usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake" does NOT exist Configuring with --debug-find-pkg=Qt6LinguistTools might reveal details why the package was not found. Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some of the path variables that find_package uses to try and find the package. ``` Resolved by adding `qt6-tools` to required build dependencies. Also verified build on Ubuntu, Fedora and OpenSUSE VMs. No changes needed to their dependencies. - Ubuntu has `qt6-tools-dev` - Fedora has `qt6-qttools-devel` - Suse has `qt6-linguist-devel` Didn't verify Nix, but I guess `pkgs.qt6.qttools` is probably the one, which is already present. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2780
No description provided.