mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-21 17:49:58 -05:00
Update MainWindow.cpp
This fixes the path which lets Linux builds succeed. Seems this file moved around between QT versions.
This commit is contained in:
parent
fb2a46c4cf
commit
a73ad70ad3
|
|
@ -31,7 +31,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <qpa/qplatformnativeinterface.h>
|
||||
#include <QtGui/qpa/qplatformnativeinterface.h>
|
||||
#endif
|
||||
|
||||
#include "Common/Config/Config.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user