Skip to content

fixed compilation for custom Qt namespace#851

Merged
githubuser0xFFFF merged 1 commit into
githubuser0xFFFF:masterfrom
WitekT:master
Jul 8, 2026
Merged

fixed compilation for custom Qt namespace#851
githubuser0xFFFF merged 1 commit into
githubuser0xFFFF:masterfrom
WitekT:master

Conversation

@WitekT

@WitekT WitekT commented Jul 7, 2026

Copy link
Copy Markdown

I have a custom Qt namespace and in order to compile this project I had to make some simple changes in forward declarations of Qt classes.

@githubuser0xFFFF

Copy link
Copy Markdown
Owner

Out of pure curiosity, what is the advantage of a custom Qt namespace?

@WitekT

WitekT commented Jul 8, 2026

Copy link
Copy Markdown
Author

If you have eg. Qt5.8 installed in the system, but application has 5.11 then it is less likely to have conflicts. The same if application allows user to load their code dynamically. We already had a problem that their code was linked to different version of Qt.

@githubuser0xFFFF githubuser0xFFFF merged commit 812ce78 into githubuser0xFFFF:master Jul 8, 2026
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.

2 participants