mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:53:28 +02:00
Hopefully fixes the windows compile error
This commit is contained in:
parent
b6ba82653f
commit
7d39b45f16
5 changed files with 4 additions and 5 deletions
|
@ -13,6 +13,7 @@
|
|||
#include "InterfaceConfig.h"
|
||||
|
||||
#include "OculusManager.h"
|
||||
#include "ui/overlays/Text3DOverlay.h"
|
||||
|
||||
#include <QDesktopWidget>
|
||||
#include <QGuiApplication>
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
#include <ProgramObject.h>
|
||||
|
||||
#include "ui/overlays/Text3DOverlay.h"
|
||||
|
||||
const float DEFAULT_OCULUS_UI_ANGULAR_SIZE = 72.0f;
|
||||
|
||||
class Camera;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#ifndef hifi_EventTypes_h
|
||||
#define hifi_EventTypes_h
|
||||
|
||||
#include <qscriptengine.h>
|
||||
#include <QScriptEngine>
|
||||
|
||||
void registerEventTypes(QScriptEngine* engine);
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#define hifi_KeyEvent_h
|
||||
|
||||
#include <QKeyEvent>
|
||||
#include <qscriptvalue.h>
|
||||
#include <QScriptValue>
|
||||
|
||||
class KeyEvent {
|
||||
public:
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <unistd.h> // not on windows, not needed for mac or windows
|
||||
#endif
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QDebug>
|
||||
|
||||
const int BYTES_PER_COLOR = 3;
|
||||
const int BYTES_PER_FLAGS = 1;
|
||||
|
|
Loading…
Reference in a new issue