Merge pull request #2172 from jroweboy/fix-mingw
Fix mingw compilation support
This commit is contained in:
commit
fb13bfe693
5 changed files with 20 additions and 6 deletions
|
@ -48,6 +48,10 @@
|
|||
#include "qhexedit.h"
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
#ifdef QT_STATICPLUGIN
|
||||
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
|
||||
#endif
|
||||
|
||||
GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) {
|
||||
Pica::g_debug_context = Pica::DebugContext::Construct();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue