You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -63,3 +63,22 @@ Just like all linuxdeploy plugins, the Qt plugin's behavior can be configured so
63
63
QML related:
64
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.
65
65
-`$QML_MODULES_PATHS`: extra directories containing imported QML files (normally doesn't need to be specified).
66
+
67
+
## How to build it
68
+
1. Install the following dependencies:
69
+
-[patchelf](https://github.com/NixOS/patchelf)
70
+
-[cimg](https://cimg.eu/)
71
+
- optional - disable it with `USE_CCACHE` cmake var: [ccache](https://ccache.dev/)
72
+
2.[Fork this repository and clone it](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
0 commit comments