mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3141] [MERGED] Add CMake Presets for Qt build and add auto-detection for Qt in Windows #3259
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3259
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3141
Author: @Fire-Cube
Created: 6/21/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @georgemoralis
Base:
main← Head:autoqt📝 Commits (10+)
742b3ceadd CMakePresets.jsondd0365fUpdate REUSE.tomlddb11fefix vs4d48276Merge branch 'shadps4-emu:main' into cmakepresets8a35cc9imple4f1914adjust CMakeSettings.jsonbee3f10add FindQt.cmake to reuse321ed8brename cmake file, add check before running cmake and add inheritation to presets06cae18add error check in cmake59e09bfcleanup📊 Changes
5 files changed (+132 additions, -0 deletions)
View changed files
📝
CMakeLists.txt(+4 -0)➕
CMakePresets.json(+77 -0)📝
CMakeSettings.json(+36 -0)📝
REUSE.toml(+1 -0)➕
cmake/DetectQtInstallation.cmake(+14 -0)📄 Description
This is a continuation of the PR #3131
It solves the problem of having to enable Qt by directly editing the file. I’ve added presets for Qt builds, and to make that work, an auto-detection for Qt on Windows.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.