Commit 9cb2754a authored by Gus Grubba's avatar Gus Grubba

It didn't like "andoid" :P

parent 32a13b19
......@@ -16,7 +16,7 @@
#pragma once
#if defined(__andoid__) || defined(__ios__)
#if defined(__android__) || defined(__ios__)
#include <QOpenGLFunctions>
#define getQOpenGLFunctions() QOpenGLContext::currentContext()->functions()
#define QOpenGLFunctionsDef QOpenGLFunctions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment