Skip to content
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

qt 6 compatibility #47762

Merged
merged 1 commit into from
Oct 31, 2023
Merged

qt 6 compatibility #47762

merged 1 commit into from
Oct 31, 2023

Conversation

jkarneges
Copy link
Member

No description provided.

@@ -737,10 +737,15 @@ QStringList qc_pathlist()
QStringList list;
QString path = qc_getenv("PATH");
if (!path.isEmpty()) {
#if QT_VERSION >= 0x060000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where does that qt version is coming from?
0x060000 in decimal is 393216

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@sima-fastly sima-fastly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jkarneges jkarneges merged commit aa2a75e into main Oct 31, 2023
1 check passed
@jkarneges jkarneges deleted the jkarneges/qt6 branch October 31, 2023 02:11
@jkarneges jkarneges mentioned this pull request Oct 31, 2023
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