2014-04-23 09:53:38 +00:00
|
|
|
# The library is expected to be the same as in ES 2.0 (libGLESv2).
|
|
|
|
# The difference is the header and the presence of the functions in
|
|
|
|
# the library.
|
|
|
|
|
|
|
|
SOURCES = opengles3.cpp
|
|
|
|
INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES2
|
|
|
|
|
|
|
|
for(p, QMAKE_LIBDIR_OPENGL_ES2) {
|
2016-03-30 17:35:51 +00:00
|
|
|
LIBS += -L$$p
|
2014-04-23 09:53:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
CONFIG -= qt
|
|
|
|
LIBS += $$QMAKE_LIBS_OPENGL_ES2
|
|
|
|
mac {
|
|
|
|
DEFINES += BUILD_ON_MAC
|
|
|
|
}
|