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

Last change on this file since 769 was 769, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 540 bytes
Line 
1contains(QT_CONFIG, egl): {
2 CONFIG += egl
3
4 HEADERS += \
5 egl/qegl_p.h \
6 egl/qeglproperties_p.h
7
8 SOURCES += \
9 egl/qegl.cpp \
10 egl/qeglproperties.cpp
11
12 wince*: SOURCES += egl/qegl_wince.cpp
13
14 unix {
15 embedded {
16 SOURCES += egl/qegl_qws.cpp
17 } else {
18 symbian {
19 SOURCES += egl/qegl_symbian.cpp
20 } else {
21 SOURCES += egl/qegl_x11.cpp
22 }
23 }
24 }
25} else:symbian {
26 DEFINES += QT_NO_EGL
27 SOURCES += egl/qegl_stub.cpp
28 SOURCES += egl/qeglproperties_stub.cpp
29}
Note: See TracBrowser for help on using the repository browser.