Skip to content

Commit

Permalink
Merge pull request #12666 from fwcd/qiosintegrationplugin
Browse files Browse the repository at this point in the history
MixxxApplication: Use QIOSIntegrationPlugin on iOS
  • Loading branch information
JoergAtGithub committed Jan 28, 2024
2 parents cca0663 + 44ae037 commit d884ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixxxapplication.cpp
Expand Up @@ -26,6 +26,8 @@
#if defined(Q_OS_WIN)
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin)
#elif defined(Q_OS_IOS)
Q_IMPORT_PLUGIN(QIOSIntegrationPlugin)
#elif defined(Q_OS_MACOS)
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)
Q_IMPORT_PLUGIN(QMacStylePlugin)
Expand Down

0 comments on commit d884ae0

Please sign in to comment.