3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1 |
CONFIG += egl
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
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
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
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 |
}
|