4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-06 22:49:35 +00:00

ref fix qmake file validation (qt6)

This commit is contained in:
Andrei Yankovich 2023-08-28 16:33:40 +02:00
parent 001cf345f0
commit a66897b85d

@ -1218,7 +1218,7 @@ bool ConfigParser::initQmake() {
QFileInfo info(qmake);
if (!info.isFile() || (info.baseName() != "qmake")) {
if (!info.isFile()) {
QString qmakeFromRPath = DeployCore::findProcess(getRPathFromTargets(), "qmake");