Still working on mac breakage

This commit is contained in:
Bradley Austin Davis 2016-04-22 16:25:23 -07:00
parent 407e0c0dd7
commit 472d3dc45f

View file

@ -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;