Skip to content

Commit

Permalink
Merge pull request #5 from ywwg/build-with-qt6-optional-qml
Browse files Browse the repository at this point in the history
Don't include X11Info on QT6
  • Loading branch information
m0dB authored May 30, 2023
2 parents d5c96f4 + e003297 commit 88e990a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixxxmainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@
#undef max
#undef min

#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <QtX11Extras/QX11Info>
#endif
#endif

namespace {
#ifdef __LINUX__
Expand Down

0 comments on commit 88e990a

Please sign in to comment.