[PR #36] [MERGED] qt: update Mu.pro paths following project reorganization #32

Closed
opened 2026-01-29 17:28:24 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: fix/qt-update-paths


📝 Commits (1)

  • 427b59b qt: 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 5a86c5c re-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.

## 📋 Pull Request Information **Original PR:** https://github.com/libretro/Mu/pull/36 **Author:** [@natanprog](https://github.com/natanprog) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@XerTheSquirrel](https://github.com/XerTheSquirrel) **Base:** `master` ← **Head:** `fix/qt-update-paths` --- ### 📝 Commits (1) - [`427b59b`](https://github.com/libretro/Mu/commit/427b59b1b63f7dcd719503fc98e9748d1396f8c9) qt: update Mu.pro paths following project reorganization ### 📊 Changes **1 file changed** (+66 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `qtBuildSystem/Mu/Mu.pro` (+66 -66) </details> ### 📄 Description The Qt project file qtBuildSystem/Mu/Mu.pro referenced many files using the previous layout (../../src/...). Commit 5a86c5c re-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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:28:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Mu#32