Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
-
Property svn:eol-style
set to
native
|
File size:
567 bytes
|
Rev | Line | |
---|
[769] | 1 | contains(QT_CONFIG, egl): {
|
---|
| 2 | CONFIG += egl
|
---|
[556] | 3 |
|
---|
[769] | 4 | HEADERS += \
|
---|
| 5 | egl/qegl_p.h \
|
---|
[846] | 6 | egl/qeglcontext_p.h \
|
---|
[769] | 7 | egl/qeglproperties_p.h
|
---|
[556] | 8 |
|
---|
[769] | 9 | SOURCES += \
|
---|
| 10 | egl/qegl.cpp \
|
---|
| 11 | egl/qeglproperties.cpp
|
---|
[556] | 12 |
|
---|
[769] | 13 | wince*: SOURCES += egl/qegl_wince.cpp
|
---|
[556] | 14 |
|
---|
[769] | 15 | unix {
|
---|
| 16 | embedded {
|
---|
| 17 | SOURCES += egl/qegl_qws.cpp
|
---|
| 18 | } else {
|
---|
| 19 | symbian {
|
---|
| 20 | SOURCES += egl/qegl_symbian.cpp
|
---|
| 21 | } else {
|
---|
| 22 | SOURCES += egl/qegl_x11.cpp
|
---|
| 23 | }
|
---|
| 24 | }
|
---|
| 25 | }
|
---|
| 26 | } else:symbian {
|
---|
| 27 | DEFINES += QT_NO_EGL
|
---|
| 28 | SOURCES += egl/qegl_stub.cpp
|
---|
| 29 | SOURCES += egl/qeglproperties_stub.cpp
|
---|
[556] | 30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.