mirror of
https://github.com/encounter/linuxdeploy-plugin-qt.git
synced 2026-07-10 12:18:45 -07:00
Update README
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user