Update README

This commit is contained in:
Frank D. Martinez M
2020-12-27 16:25:51 -05:00
parent 4a6e8becc0
commit 87bc4b91ce
-1
View File
@@ -57,7 +57,6 @@ Just like all linuxdeploy plugins, the Qt plugin's behavior can be configured so
**Qt specific:**
- `$QMAKE=/path/to/my/qmake`: use another `qmake` binary to detect paths of plugins and other resources (usually doesn't need to be set manually, most Qt environments ship scripts changing `$PATH`)
- `$EXTRA_QT_PLUGINS=pluginA;pluginB`: Plugins to deploy even if not found automatically by linuxdeploy-plugin-qt
- `$QT_MAJOR_VERSION=5`: Qt's Version, supported versions are 5 and 6. Default is 5.
QML related:
- `$QML_SOURCES_PATHS`: directory containing the application's QML files — useful/needed if QML files are "baked" into the binaries. `$QT_INSTALL_QML` is prepended to this list internally.