QmlDesigner: adjust caller code to new binary name QQEffectMaker -> qqem

Task-number: QDS-8450
Change-Id: I8a82a31158e3c44903126b12d430b8563dde7f26
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Amr Essam
2022-11-30 12:54:24 +02:00
committed by Amr Elsayed
parent 0c31cc475b
commit c7f9d9af24

View File

@@ -1646,7 +1646,7 @@ void openEffectMaker(const QString &filePath)
const QtSupport::QtVersion *baseQtVersion = QtSupport::QtKitAspect::qtVersion(target->kit()); const QtSupport::QtVersion *baseQtVersion = QtSupport::QtKitAspect::qtVersion(target->kit());
if (baseQtVersion) { if (baseQtVersion) {
auto effectMakerPath = baseQtVersion->binPath().pathAppended("QQEffectMaker").withExecutableSuffix(); auto effectMakerPath = baseQtVersion->binPath().pathAppended("qqem").withExecutableSuffix();
if (!effectMakerPath.exists()) { if (!effectMakerPath.exists()) {
qWarning() << __FUNCTION__ << "Cannot find EffectMaker app"; qWarning() << __FUNCTION__ << "Cannot find EffectMaker app";
return; return;