Skip to content

Add QT bundled libraries behind features #317

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DBLouis
Copy link

@DBLouis DBLouis commented Mar 22, 2025

This patch allows to link QT bundled libraries, behind feature flags. I use this to make fully static builds.

@ratijas
Copy link
Collaborator

ratijas commented Apr 3, 2025

Needs some public-facing documentation to be viable for merge. Is the developer expected to put these specifically named libs in places?

Nit: The spelling is "Qt", not "QT". Uppercase QT often refers to QuickTime media player by Apple.

@DBLouis
Copy link
Author

DBLouis commented Apr 3, 2025

Please tell me where can I write docs for these features.

The idea is that if you need those features, you are compiling Qt yourself, to be linked statically, and those bundled modules are assumed to be built in your Qt install.

@ogoffart
Copy link
Member

ogoffart commented Apr 8, 2025

We probably should have only one feature, if any, to do that since they are all related to the core.
Is there a way to get the list of library somehow from Qt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants