Fix linker warning in MSVC.
This commit is contained in:
parent
12429c198d
commit
1ed242718e
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#include <QtGui/QGuiApplication>
|
#include <QtGui/QGuiApplication>
|
||||||
#include <qpa/qplatformnativeinterface.h>
|
#include <qpa/qplatformnativeinterface.h>
|
||||||
|
|
||||||
|
#define KHRONOS_STATIC
|
||||||
#include <EGL/egl.h>
|
#include <EGL/egl.h>
|
||||||
#endif // Q_OS_WIN
|
#endif // Q_OS_WIN
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue