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