mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-06 22:49:35 +00:00
ref #770 fix qmake file validation (qt6)
This commit is contained in:
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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user