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

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 
1CONFIG += egl
2
3HEADERS += \
4 egl/qegl_p.h \
5 egl/qeglproperties_p.h
6
7SOURCES += \
8 egl/qegl.cpp \
9 egl/qeglproperties.cpp
10
11wince*: SOURCES += egl/qegl_wince.cpp
12
13unix {
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.