From d10639517127cee2c9bf96f899b3db77edbfd9c3 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Thu, 8 Aug 2019 09:02:24 -0400 Subject: [PATCH] doc/qt: add note about wrapQtAppsHook ignoring scripts --- doc/languages-frameworks/qt.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: