mirror of
https://github.com/libretro/Mu.git
synced 2026-02-03 21:25:30 +00:00
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).
Signed-off-by: Natan Lopes <natan10@ymail.com>