Skip to content

Commit

Permalink
Update native-binaries.rst
Browse files Browse the repository at this point in the history
Fix typo referencing qmake when the method being discussed uses CMake.
  • Loading branch information
sgpearse authored and TheAssassin committed Jan 31, 2024
1 parent f32f47f commit ee5c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/packaging-guide/from-source/native-binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The following script might be used to create AppImages for QtQuickApp, using qma
Using CMake and ``make install``
''''''''''''''''''''''''''''''''

The following script might be used to create AppImages for QtQuickApp, using qmake and ``make install`` strategy. It is effectively the same script as the ``qmake`` one, but uses CMake instead of qmake to build the binaries and install the data into the AppDir.
The following script might be used to create AppImages for QtQuickApp, using CMake and ``make install`` strategy. It is effectively the same script as the ``qmake`` one, but uses CMake instead of qmake to build the binaries and install the data into the AppDir.

.. literalinclude:: examples/bundle-qtquickapp-with-cmake.sh
:name: bundle-qtquickapp-with-cmake
Expand Down

0 comments on commit ee5c983

Please sign in to comment.