source:
trunk/config.tests/unix/opengles2/opengles2.pro
Last change on this file was 561, checked in by , 15 years ago | |
---|---|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | SOURCES = opengles2.cpp |
[561] | 2 | INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES2 |
[2] | 3 | |
[561] | 4 | for(p, QMAKE_LIBDIR_OPENGL_ES2) { |
[2] | 5 | exists($$p):LIBS += -L$$p |
6 | } | |
7 | ||
8 | CONFIG -= qt | |
[561] | 9 | LIBS += $$QMAKE_LIBS_OPENGL_ES2 |
Note:
See TracBrowser
for help on using the repository browser.