source: trunk/config.tests/unix/opengles2/opengles2.pro

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 178 bytes
RevLine 
[2]1SOURCES = opengles2.cpp
[561]2INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES2
[2]3
[561]4for(p, QMAKE_LIBDIR_OPENGL_ES2) {
[2]5 exists($$p):LIBS += -L$$p
6}
7
8CONFIG -= qt
[561]9LIBS += $$QMAKE_LIBS_OPENGL_ES2
Note: See TracBrowser for help on using the repository browser.