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

DolphinQt: Adjust variable name for Qt root directory in steamrt builds #11832

Merged
merged 1 commit into from May 21, 2023

Conversation

OatmealDome
Copy link
Member

QT_DIR isn't defined when I attempt to create testing builds, but it works on the buildbot for whatever reason. Switching to Qt6_DIR fixes my local builds.

@AdmiralCurtiss
Copy link
Contributor

AdmiralCurtiss commented May 21, 2023

I think this is right. I'm not sure where QT_DIR comes from but Qt6_DIR definitely set by find_package() since the Qt package in CMake is called Qt6 (see https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#config-file-packages).

@AdmiralCurtiss AdmiralCurtiss merged commit d59b61c into dolphin-emu:master May 21, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants