Skip to content

Commit c270728

Browse files
Servall4TheAssassin
authored andcommitted
Added qmake6 to findQmake
1 parent d9061bf commit c270728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)