mirror of
https://github.com/libretro/mgba.git
synced 2025-02-17 06:07:46 +00:00
Qt: Fix Windows build when Qt Multimedia is disabled
This commit is contained in:
parent
87c4839c1b
commit
59f101eb49
@ -10,9 +10,11 @@
|
||||
#include <QtPlugin>
|
||||
#ifdef _WIN32
|
||||
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
||||
#ifdef BUILD_QT_MULTIMEDIA
|
||||
Q_IMPORT_PLUGIN(QWindowsAudioPlugin);
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
QGBA::GBAApp application(argc, argv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user