Skip to content

Commit

Permalink
Added qmake6 to findQmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Servall4 authored and TheAssassin committed Dec 3, 2024
1 parent d9061bf commit 2a00054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ std::filesystem::path findQmake() {

if (qmakePath.empty())
qmakePath = linuxdeploy::util::which("qmake");

if (qmakePath.empty())
qmakePath = linuxdeploy::util::which("qmake6");
}

return qmakePath;
Expand Down

0 comments on commit 2a00054

Please sign in to comment.