mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
Still working on mac breakage
This commit is contained in:
parent
407e0c0dd7
commit
472d3dc45f
1 changed files with 3 additions and 0 deletions
|
@ -6,11 +6,14 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <QtGlobal>
|
||||||
#include <QSharedPointer>
|
#include <QSharedPointer>
|
||||||
#include <GenericQueueThread.h>
|
#include <GenericQueueThread.h>
|
||||||
#include "GLBackendShared.h"
|
#include "GLBackendShared.h"
|
||||||
|
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
#define THREADED_TEXTURE_TRANSFER
|
#define THREADED_TEXTURE_TRANSFER
|
||||||
|
#endif
|
||||||
|
|
||||||
class OffscreenGLCanvas;
|
class OffscreenGLCanvas;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue