Skip to content

Commit a9d8f38

Browse files
authored
Added qmake6 to findQmake
1 parent 70b4665 commit a9d8f38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/util.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ std::filesystem::path findQmake() {
6868

6969
if (qmakePath.empty())
7070
qmakePath = linuxdeploy::util::which("qmake");
71+
72+
if (qmakePath.empty())
73+
qmakePath = linuxdeploy::util::which("qmake6");
7174
}
7275

7376
return qmakePath;

0 commit comments

Comments
 (0)