diff --git a/doc/languages-frameworks/qt.xml b/doc/languages-frameworks/qt.xml
index 032cdd9945b3..3332ce8c06e4 100644
--- a/doc/languages-frameworks/qt.xml
+++ b/doc/languages-frameworks/qt.xml
@@ -113,6 +113,15 @@ mkDerivation {
+
+
+ wrapQtAppsHook 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.
+
+
+
Libraries are built with every available version of Qt. Use the meta.broken
attribute to disable the package for unsupported Qt versions: