[PyQt] Qt Environment Variables Reference
Florian Bruhin
me at the-compiler.org
Sat Feb 7 13:06:45 GMT 2015
* Marcus Ottosson <konstruktion at gmail.com> [2015-02-05 07:33:13 +0000]:
> Is there a reference of sorts of the possible environment variables used by
> Qt? Specifically those related to deployment, but ideally just everything.
>
> I found a few of them, scattered across the web, but can never be quite
> sure about what they do or if they have alternatives, such
> as QT_QPA_PLATFORM_PLUGIN_PATH which is superseded by QT_PLUGIN_PATH (given
> a particular directory layout at that location) and QML_IMPORT_PATH which
> is for Qt 4 whereas QML2_IMPORT_PATH is for Qt 5.
Unfortuntely I don't know of a reference - but out of curiosity I
grepped the whole Qt source for qgetenv and these are the results:
http://paste.the-compiler.org/view/effc7594
At the bottom there are some calls with non-constant name, I didn't
take a closer look at them.
Florian
--
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150207/20a2ef71/attachment.sig>
More information about the PyQt
mailing list