Skip to content

Commit

Permalink
Q6: Version guard Qt platform modules
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
TheOneRing authored and Camila San Martin Ayres committed Jan 14, 2024
1 parent c4ee0c2 commit 8798335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/utility_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
#include <QCoreApplication>
#include <QDir>
#include <QLoggingCategory>

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

#include <CoreFoundation/CoreFoundation.h>
#include <CoreServices/CoreServices.h>
Expand Down

0 comments on commit 8798335

Please sign in to comment.