Last change
on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
-
Property svn:eol-style
set to
native
|
File size:
382 bytes
|
Line | |
---|
1 | CONFIG += egl
|
---|
2 |
|
---|
3 | HEADERS += \
|
---|
4 | egl/qegl_p.h \
|
---|
5 | egl/qeglproperties_p.h
|
---|
6 |
|
---|
7 | SOURCES += \
|
---|
8 | egl/qegl.cpp \
|
---|
9 | egl/qeglproperties.cpp
|
---|
10 |
|
---|
11 | wince*: SOURCES += egl/qegl_wince.cpp
|
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.