author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 11:15:19 +0300 | |
branch | RCL_3 |
changeset 11 | 25a739ee40f4 |
parent 3 | 41300fa6a67c |
permissions | -rw-r--r-- |
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1 |
CONFIG += egl |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
2 |
|
0 | 3 |
HEADERS += \ |
4 |
egl/qegl_p.h \ |
|
5 |
egl/qeglproperties_p.h |
|
6 |
||
7 |
SOURCES += \ |
|
8 |
egl/qegl.cpp \ |
|
9 |
egl/qeglproperties.cpp |
|
10 |
||
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
11 |
wince*: SOURCES += egl/qegl_wince.cpp |
0 | 12 |
|
13 |
unix { |
|
14 |
embedded { |
|
15 |
SOURCES += egl/qegl_qws.cpp |
|
16 |
} else { |
|
17 |
symbian { |
|
18 |
SOURCES += egl/qegl_symbian.cpp |
|
19 |
} else { |
|
20 |
SOURCES += egl/qegl_x11.cpp |
|
21 |
} |
|
22 |
} |
|
23 |
} |