mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 17:54:00 +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
|
||||
//
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QSharedPointer>
|
||||
#include <GenericQueueThread.h>
|
||||
#include "GLBackendShared.h"
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#define THREADED_TEXTURE_TRANSFER
|
||||
#endif
|
||||
|
||||
class OffscreenGLCanvas;
|
||||
|
||||
|
|
Loading…
Reference in a new issue