summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/opengles3/opengles3.pro
blob: 720985f14dbaa45a17e4b4306b660a1006ee73f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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) {
    LIBS += -L$$p
}

CONFIG -= qt
LIBS += $$QMAKE_LIBS_OPENGL_ES2
mac {
    DEFINES += BUILD_ON_MAC
}