-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLite plugin is not packaged with Qt 6.4.2 #134
Comments
Please provide a build log, e.g., a link to your CI job. Edit: Should be deployed already for Qt 6, see https://github.com/linuxdeploy/linuxdeploy-plugin-qt/blob/master/src/qt-modules.h#L116. |
Output log: |
Clearly linuxdeploy doesn't detect the |
I see where the issue is coming from. Why the hell is your application not linked against A second run of linuxdeploy with the Qt plugin should work around the problem. But I'd like to know where the libQt6Sql dependency has come from. Maybe you could try to run linuxdeploy without the Qt plugin, then use A really weird bug. |
The issue is possibly related to #133
directory 'sqldrivers' is missing after successful build within 'usr/plugins' of target directory, which makes running App unable to load database and produce the error: 'Qt QSqlDatabase driver not loaded'
Workaround is manually create 'sqldrivers' directory and copy libqsqlite.so into it.
The text was updated successfully, but these errors were encountered: