-
Notifications
You must be signed in to change notification settings - Fork 80
Qt Environment Variable Reference
Marcus Ottosson edited this page Feb 7, 2015
·
3 revisions
Table of contents
Legend
<QT_DIR>: Absolute path to Qt binaries
Point specifically to platform plugins.
Applies to: Qt 5
Example: <QT_DIR>/plugins/platforms
Point to pre-defined hierarchy of plugins.
Applies to: Qt 5
Example: <QT_DIR>/plugins
Example content:
/accessible
/audio
/bearer
/designer
/iconengines
/imageformats
/mediaservice
/platforms
/playlistformats
/position
/printsupport
/PyQt5
/qml1tooling
/qmltooling
/sensorgestures
/sensors
/sqldrivers
Absolute path of QtQuick 1 libraries.
Applies to: QtQuick 1
Example: <QT_DIR>/qml
Example content:
/qminimal.dll
/qoffscreen.dll
/qwindows.dll
Absolute path of QtQuick 2 libraries.
Applies to: QtQuick 2
Example: <QT_DIR>/qml
Example content:
/Enginio
/Qt
/QtBluetooth
/QtGraphicalEffects
/QtMultimedia
/QtNfc
/QtPositioning
/QtQml
/QtQuick
/QtQuick.2
/QtSensors
/QtTest
/QtWebKit
/QtWinExtras
Welcome to the wiki for PyQt5 using Python 2.7. For Python 3.4, head here
Table of contents
Developer Resources
Compilation Instructions