mirror of
https://github.com/libretro/Mu.git
synced 2026-02-04 05:35:13 +00:00
[PR #36] [MERGED] qt: update Mu.pro paths following project reorganization #32
Reference in New Issue
Block a user
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/libretro/Mu/pull/36
Author: @natanprog
Created: 8/11/2025
Status: ✅ Merged
Merged: 8/11/2025
Merged by: @XerTheSquirrel
Base:
master← Head:fix/qt-update-paths📝 Commits (1)
427b59bqt: update Mu.pro paths following project reorganization📊 Changes
1 file changed (+66 additions, -66 deletions)
View changed files
📝
qtBuildSystem/Mu/Mu.pro(+66 -66)📄 Description
The Qt project file qtBuildSystem/Mu/Mu.pro referenced many files using the previous layout (../../src/...). Commit
5a86c5cre-organized the repository, adding CMake and splitting headers into an include/ tree, so the old paths no longer resolve. This commit updates the file references in Mu.pro to match the new layout (e.g. ../../include/...), restoring qmake/make functionality for the Qt frontend.No source code logic was changed — only path references in the project file were adjusted (~65 entries updated).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.