Skip to content

Commit 594db2c

Browse files
JulianGroTheAssassin
authored andcommitted
Mention that files in QML_SOURCES_PATHS are checked for imported modules, and that those modules weill be included in AppDir.
1 parent ce5291e commit 594db2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ Just like all linuxdeploy plugins, the Qt plugin's behavior can be configured so
6161
- `$EXTRA_PLATFORM_PLUGINS=platformA;platformB`: Platforms to deploy in addition to `libqxcb.so`. Platform must be available from `QT_INSTALL_PLUGINS/platforms`.
6262

6363
QML related:
64-
- `$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.
64+
- `$QML_SOURCES_PATHS`: directory containing the application's QML files — useful/needed if QML files are "baked" into the binaries. linuxdeploy-plugin-qt will look for all imported QML modules and include them. `$QT_INSTALL_QML` is prepended to this list internally.
6565
- `$QML_MODULES_PATHS`: extra directories containing imported QML files (normally doesn't need to be specified).

0 commit comments

Comments
 (0)