Skip to content

Commit

Permalink
MixxxApplication: Cond-compile out offscreen/minimal plugins for WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 4, 2024
1 parent f6ded1a commit 4d1ed7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixxxapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
#else
#error "Q_IMPORT_PLUGIN() for the current patform is missing"
#endif
#if !defined(Q_OS_WASM)
Q_IMPORT_PLUGIN(QOffscreenIntegrationPlugin)
Q_IMPORT_PLUGIN(QMinimalIntegrationPlugin)
#endif

Q_IMPORT_PLUGIN(QSQLiteDriverPlugin)
Q_IMPORT_PLUGIN(QSvgPlugin)
Expand Down

0 comments on commit 4d1ed7b

Please sign in to comment.