From d1934fa1c420962761b2e6be922865b7f91b7542 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 2 Feb 2021 15:04:04 +0100 Subject: [PATCH] Doc: Fix the path to Qt Bridge installation package The Tools folder was missing from the instructions for Windows, which confused many users. Change-Id: I0bed62b8064456832d89bbce80c2b3955e730c06 Reviewed-by: Vikas Pachdha --- .../src/qtbridge/qtbridge-ps-setup.qdoc | 15 +++++++++++---- .../src/qtbridge/qtbridge-sketch-setup.qdoc | 11 +++++++++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc b/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc index cc2d2ee42e8..bdd1d8cd070 100644 --- a/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc +++ b/doc/qtdesignstudio/src/qtbridge/qtbridge-ps-setup.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2020 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Bridge documentation. @@ -33,7 +33,12 @@ You can purchase a \QBPS license from the \l{https://marketplace.qt.io/} {Qt Marketplace}, and then use the Qt Installer to have the \QBPS installation package copied to the following path in your Qt installation - folder: \c {QtDesignStudio\photoshop_bridge}. + folder: + + \list + \li On Windows: \c {Tools\QtDesignStudio\photoshop_bridge} + \li On \macos: \c {QtDesignStudio/photoshop_bridge}. + \endlist \QBPS is delivered as an Adobe extension (ZXP) package and requires Adobe Photoshop version 20.0.0, or later @@ -49,7 +54,9 @@ \li Download and install \l{http://zxpinstaller.com/}{ZXPInstaller}. \li Start ZXPInstaller. \li Drag and drop the \QBPS ZXP package from - \c {Qt\QtDesignStudio\photoshop_bridge} to ZXPInstaller. + \c {Qt\Tools\QtDesignStudio\photoshop_bridge} on Windows + or \c {Qt/QtDesignStudio/photoshop_bridge} on \macos + to ZXPInstaller. \li Follow the instructions of the installation program. \endlist @@ -64,7 +71,7 @@ \list 1 \li Copy the \QBPS ZXP package from - \c {Qt\QtDesignStudio\photoshop_bridge} to the + \c {Qt\Tools\QtDesignStudio\photoshop_bridge} to the \c Documents directory in your user directory. \li Open Windows PowerShell. \li Enter the following commands: diff --git a/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-setup.qdoc b/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-setup.qdoc index f8627c5730e..6f883a1f859 100644 --- a/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-setup.qdoc +++ b/doc/qtdesignstudio/src/qtbridge/qtbridge-sketch-setup.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2020 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Bridge documentation. @@ -33,7 +33,14 @@ You can purchase a \QBSK license from the \l{https://marketplace.qt.io/} {Qt Marketplace}, and then use the Qt Installer to have the \QBSK plugin package copied to the following path in your Qt installation - folder: \c {QtDesignStudio\sketch_bridge\io.qt.qtbridge.sketchplugin}. + folder: + + \list + \li On Windows: + \c {Tools\QtDesignStudio\sketch_bridge\io.qt.qtbridge.sketchplugin} + \li On \macos: + \c {QtDesignStudio/sketch_bridge/io.qt.qtbridge.sketchplugin}. + \endlist \note Install the Sketch app before installing the plugin.