linuxdeploy-plugin-qt icon indicating copy to clipboard operation
linuxdeploy-plugin-qt copied to clipboard

No such file or directory: AppDir/usr/lib/qt6/plugins/sqldrivers

Open ghost opened this issue 3 years ago • 0 comments

Getting this error when using Qt 6's sql plugin.

Interestingly, it's deployed to a different directory:

$ ls AppDir/usr/plugins/sqldrivers
libqsqlibase.so  libqsqlite.so  libqsqlmysql.so  libqsqlodbc.so  libqsqlpsql.so

I'm running the command linuxdeploy --appdir AppDir --output appimage --plugin qt

ghost avatar May 02 '22 13:05 ghost