| author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> | 
| Tue, 02 Feb 2010 00:43:10 +0200 | |
| changeset 3 | 41300fa6a67c | 
| parent 0 | 1918ee327afb | 
| permissions | -rw-r--r-- | 
| 0 | 1 | SOURCES = opengles1cl.cpp | 
| 3 
41300fa6a67c
Revision: 201003
 Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> parents: 
0diff
changeset | 2 | INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES1CL | 
| 0 | 3 | |
| 3 
41300fa6a67c
Revision: 201003
 Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> parents: 
0diff
changeset | 4 | for(p, QMAKE_LIBDIR_OPENGL_ES1CL) {
 | 
| 0 | 5 | exists($$p):LIBS += -L$$p | 
| 6 | } | |
| 7 | ||
| 8 | CONFIG -= qt | |
| 3 
41300fa6a67c
Revision: 201003
 Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> parents: 
0diff
changeset | 9 | LIBS += $$QMAKE_LIBS_OPENGL_ES1CL |