Skip to content

Commit

Permalink
[ci] Fix for newer Qt versions on x11
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 21, 2024
1 parent 2a66131 commit d66c5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static void setup_x11()
}
};

#if QT_VERSION <= QT_VERSION_CHECK(6, 6, 0)
#if QT_VERSION <= QT_VERSION_CHECK(6, 6, 9)
// Wayland as of Qt 6 does not seem to support QRhi properly especially on nvidia
// so we still force xcb
if(!has_platform)
Expand Down

0 comments on commit d66c5df

Please sign in to comment.