diff --git a/premake/premake4.lua b/premake/premake4.lua index 314b9561a..8bb5a6e2c 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -90,6 +90,13 @@ function exampleProject(_name, _uuid) "Cocoa.framework", "OpenGL.framework", } + + configuration { "qnx*" } + targetextension "" + links { + "EGL", + "GLESv2", + } end dofile "bgfx.lua"