forked from qt-creator/qt-creator
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:
@@ -1646,7 +1646,7 @@ void openEffectMaker(const QString &filePath)
|
||||
|
||||
const QtSupport::QtVersion *baseQtVersion = QtSupport::QtKitAspect::qtVersion(target->kit());
|
||||
if (baseQtVersion) {
|
||||
auto effectMakerPath = baseQtVersion->binPath().pathAppended("QQEffectMaker").withExecutableSuffix();
|
||||
auto effectMakerPath = baseQtVersion->binPath().pathAppended("qqem").withExecutableSuffix();
|
||||
if (!effectMakerPath.exists()) {
|
||||
qWarning() << __FUNCTION__ << "Cannot find EffectMaker app";
|
||||
return;
|
||||
|
Reference in New Issue
Block a user