diff --git a/JGE/include/JRenderer.h b/JGE/include/JRenderer.h index 2d91b3e25..9eaca9ba0 100644 --- a/JGE/include/JRenderer.h +++ b/JGE/include/JRenderer.h @@ -16,7 +16,7 @@ #include #include -#ifndef IOS +#if (!defined IOS) && (!defined QT_CONFIG) #include #endif //IOS @@ -572,7 +572,7 @@ private: bool mVRAM; }; -#ifndef IOS +#if (!defined IOS) && (!defined QT_CONFIG) void LoadJPG(TextureInfo &textureInfo, const char *filename, int mode = 0, int TextureFormat = TEXTURE_FORMAT); int LoadPNG(TextureInfo &textureInfo, const char *filename, int mode = 0, int TextureFormat = TEXTURE_FORMAT); void LoadGIF(TextureInfo &textureInfo, const char *filename, int mode = 0, int TextureFormat = TEXTURE_FORMAT);