aboutsummaryrefslogtreecommitdiff
path: root/doc/languages-frameworks/qt.xml
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-08 09:02:24 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-08-09 10:11:48 -0400
commitd10639517127cee2c9bf96f899b3db77edbfd9c3 (patch)
tree5cba8e34b7ec5ccc5ead827710d23bb5fd54710b /doc/languages-frameworks/qt.xml
parent47b551c6a854a049045455f8ab1b8750e7b00625 (diff)
doc/qt: add note about wrapQtAppsHook ignoring scripts
Diffstat (limited to '')
-rw-r--r--doc/languages-frameworks/qt.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/languages-frameworks/qt.xml b/doc/languages-frameworks/qt.xml
index 032cdd9945b..3332ce8c06e 100644
--- a/doc/languages-frameworks/qt.xml
+++ b/doc/languages-frameworks/qt.xml
@@ -113,6 +113,15 @@ mkDerivation {
</programlisting>
</para>
+ <note>
+ <para>
+ <literal>wrapQtAppsHook</literal> ignores files that are non-ELF executables.
+ This means that scripts won't be automatically wrapped so you'll need to manually
+ wrap them as previously mentioned. An example of when you'd always need to do this
+ is with Python applications that use PyQT.
+ </para>
+ </note>
+
<para>
Libraries are built with every available version of Qt. Use the <literal>meta.broken</literal>
attribute to disable the package for unsupported Qt versions: