Skip to content

Commit

Permalink
deploy: 856c011
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB committed Nov 17, 2023
1 parent c52966a commit 7ab6c6f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,16 @@ <h3 id="windows"><a class="header" href="#windows">Windows</a></h3>
Make sure to select and install a version of Qt 6.</p>
<p>Then add the installation directory to your <code>PATH</code> environment variable and make sure <code>qmake</code> is in your <code>PATH</code> by running <code>qmake --version</code>.
You may have to restart your terminal for this to work correctly.</p>
<blockquote>
<p>Note that on Windows the Qt installation usually shouldn't be in your system path.
That may cause issues with other programs that link to Qt dynamically.</p>
<p>CXX-Qt still needs to be able to find the <code>qmake</code> executable however.
A good compromise is to create a development environment which either temporarily
adds the Qt installation in the PATH or assigns the <code>QMAKE</code> environment variable
to point to the correct <code>qmake</code> executable.</p>
<p>If this is too much trouble to set up you can always fall back to providing the
<code>QMAKE</code> environment variable each time you execute <code>cargo build</code> or <code>cargo run</code>.</p>
</blockquote>
<h3 id="macos"><a class="header" href="#macos">MacOS</a></h3>
<p>Preferrably install Qt using the <a href="https://doc.qt.io/qt-6/get-and-install-qt.html">Qt online installer</a>.
Make sure to select and install a version of Qt 6.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,16 @@ <h3 id="windows"><a class="header" href="#windows">Windows</a></h3>
Make sure to select and install a version of Qt 6.</p>
<p>Then add the installation directory to your <code>PATH</code> environment variable and make sure <code>qmake</code> is in your <code>PATH</code> by running <code>qmake --version</code>.
You may have to restart your terminal for this to work correctly.</p>
<blockquote>
<p>Note that on Windows the Qt installation usually shouldn't be in your system path.
That may cause issues with other programs that link to Qt dynamically.</p>
<p>CXX-Qt still needs to be able to find the <code>qmake</code> executable however.
A good compromise is to create a development environment which either temporarily
adds the Qt installation in the PATH or assigns the <code>QMAKE</code> environment variable
to point to the correct <code>qmake</code> executable.</p>
<p>If this is too much trouble to set up you can always fall back to providing the
<code>QMAKE</code> environment variable each time you execute <code>cargo build</code> or <code>cargo run</code>.</p>
</blockquote>
<h3 id="macos"><a class="header" href="#macos">MacOS</a></h3>
<p>Preferrably install Qt using the <a href="https://doc.qt.io/qt-6/get-and-install-qt.html">Qt online installer</a>.
Make sure to select and install a version of Qt 6.</p>
Expand Down

0 comments on commit 7ab6c6f

Please sign in to comment.