mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-05 22:19:36 +00:00
Merge pull request #771 from QuasarApp/task_770
Fixed qmake path check for qmake option in Qt 6.
This commit is contained in:
commit
097d82b7d1
@ -1218,7 +1218,7 @@ bool ConfigParser::initQmake() {
|
|||||||
|
|
||||||
QFileInfo info(qmake);
|
QFileInfo info(qmake);
|
||||||
|
|
||||||
if (!info.isFile() || (info.baseName() != "qmake")) {
|
if (!info.isFile()) {
|
||||||
|
|
||||||
QString qmakeFromRPath = DeployCore::findProcess(getRPathFromTargets(), "qmake");
|
QString qmakeFromRPath = DeployCore::findProcess(getRPathFromTargets(), "qmake");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user