-
Notifications
You must be signed in to change notification settings - Fork 414
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
Can't find QSql dependencies even though I don't use QSql #592
Comments
Please check what might be drawing in sql by running, prior to running linuxdeployqt, on your AppDir:
and the same for your qml directory. |
Nothing in my src directory mentions sql |
Oh, it's Qt6. I never even tested linuxdeployqt with that. Possibly you are right and it is related to that line, I don't know. |
when I upgrade Qt to 6.6.1, I have the same problem (Qt 6.5.3 is ok)
I don't know how to solve or avoid it, I just installed the mimersql now |
Does it work when installing mimersql for you? |
Yes. After I installed mimersql, I successfully released a app (test passed) |
I am getting the following method when trying to create an app image from my application.
I only use the following Qt modules though:
find_package(Qt6 6.5 REQUIRED COMPONENTS Core Quick Widgets Network Gui QuickControls2 Test)
thus I suppose that this could be a bug.I'd appreciate any help on this.
The text was updated successfully, but these errors were encountered: