forked from qt-creator/qt-creator
QmlDesigner: Remove macos specific puppet path
We already removed it everywhere else. Change-Id: Id71880474550ca4c5dfc26ef77db74455a44ca16 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
7cfad17850
commit
cc690a407f
@@ -28,10 +28,7 @@ double ExternalDependencies::formEditorDevicePixelRatio() const
|
||||
|
||||
QString ExternalDependencies::defaultPuppetFallbackDirectory() const
|
||||
{
|
||||
if (Utils::HostOsInfo::isMacHost())
|
||||
return Core::ICore::libexecPath("qmldesigner").toString();
|
||||
else
|
||||
return Core::ICore::libexecPath().toString();
|
||||
return Core::ICore::libexecPath().toString();
|
||||
}
|
||||
|
||||
QString ExternalDependencies::qmlPuppetFallbackDirectory() const
|
||||
|
||||
Reference in New Issue
Block a user