aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-02-08 10:45:34 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-02-08 16:08:28 +0100
commite1aee5ff734387c6d1a91df0f17d022042f5d927 (patch)
treece55c52fe740e226cbbf6b9773cb3d5c71cd0aa4 /sources/pyside6/doc/gettingstarted.rst
parent3103f4f2f2f8f2d11b492725171d3380b2ca9507 (diff)
Documentation: Remove mentions of qmake
It is replaced by qtpaths. Pick-to: 6.2 Task-number: PYSIDE-1814 Change-Id: I0aafa0a8ebfc6fc9fe4eb4887dc740c9ea0e5767 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/gettingstarted.rst')
-rw-r--r--sources/pyside6/doc/gettingstarted.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/pyside6/doc/gettingstarted.rst b/sources/pyside6/doc/gettingstarted.rst
index 6b2ced6d4..b4b7da319 100644
--- a/sources/pyside6/doc/gettingstarted.rst
+++ b/sources/pyside6/doc/gettingstarted.rst
@@ -56,7 +56,7 @@ package manager (for example, `Raspbian`_ and `ArchlinuxARM`_).
A normal building command will look like this::
- python setup.py install --qmake=/path/to/qmake \
+ python setup.py install --qtpaths=/path/to/qtpaths \
--ignore-git \
--debug \
--build-tests \
@@ -91,7 +91,7 @@ Using the ``--build-tests`` option will enable us to run all the auto tests insi
python testrunner.py test > testlog.txt
-.. note:: On Windows, don't forget to have qmake in your path
+.. note:: On Windows, don't forget to have qtpaths in your path
(:command:`set PATH=E:\\\Path\\\to\\\Qt\\\6.0.0\\\msvc2019_64\\\bin;%PATH%`)
You can also run a specific test (for example ``qpainter_test``) by running::
@@ -146,8 +146,8 @@ The system required ``libxml2`` and ``libxslt``, also on the Python environment,
After installing ``graphviz``, the ``dot`` command needs to be in PATH, otherwise,
the process will fail. Installing ``graphviz`` system-wide is also an option.
-Since the process rely on a Qt installation, you need to specify where the ``qtbase`` directory
-you will use with your ``qmake`` is located::
+Since the process relies on a Qt installation, you need to specify where the
+``qtbase`` directory is located::
export QT_SRC_DIR=/path/to/qtbase