File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -104,17 +104,13 @@ mv "${qt_sql_drivers_path}/libqsqlpsql.so" "${qt_sql_drivers_tmp}/libqsqlpsql.so
104
104
105
105
# Semicolon-separated list of platforms to deploy in addition to `libqxcb.so`.
106
106
# Used by linuxdeploy-plugin-qt.
107
- export EXTRA_PLATFORM_PLUGINS=libqoffscreen.so
107
+ export EXTRA_PLATFORM_PLUGINS=" libqoffscreen.so;libqwayland-egl.so;libqwayland-generic.so "
108
108
109
109
# Colon-separated list of root directories containing QML files.
110
110
# Needed for linuxdeploy-plugin-qt to scan for QML imports.
111
111
# Qml files can be in different directories, the qmlimportscanner will go through everything recursively.
112
112
export QML_SOURCES_PATHS=./
113
113
114
- # Semicolon-separated list of needed .so files in Qt's platform/plugins
115
- # directory for linuxdeploy-plugin-qt to scan and deploy.
116
- export EXTRA_PLATFORM_PLUGINS=" libqwayland-egl.so;libqwayland-generic.so"
117
-
118
114
linuxdeploy --appdir " ${appdir} " # adds all shared library dependencies
119
115
linuxdeploy-plugin-qt --appdir " ${appdir} " # adds all Qt dependencies
120
116
You can’t perform that action at this time.
0 commit comments