source: trunk/src/gui/egl/egl.pri

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
Line 
1contains(QT_CONFIG, egl): {
2 CONFIG += egl
3
4 HEADERS += \
5 egl/qegl_p.h \
6 egl/qeglcontext_p.h \
7 egl/qeglproperties_p.h
8
9 SOURCES += \
10 egl/qegl.cpp \
11 egl/qeglproperties.cpp
12
13 wince*: SOURCES += egl/qegl_wince.cpp
14
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
30}
Note: See TracBrowser for help on using the repository browser.