Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/opengl/opengl.pro

    r651 r846  
    66win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x63000000
    77solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2
     8irix-cc*:QMAKE_CXXFLAGS += -no_prelink -ptused
    89
    910unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui
     
    1112include(../qbase.pri)
    1213
    13 !win32:!embedded:!mac:CONFIG       += x11
     14!win32:!embedded:!mac:!symbian:CONFIG      += x11
    1415contains(QT_CONFIG, opengl):CONFIG += opengl
    1516contains(QT_CONFIG, opengles1):CONFIG += opengles1
    16 contains(QT_CONFIG, opengles1cl):CONFIG += opengles1cl
    1717contains(QT_CONFIG, opengles2):CONFIG += opengles2
    1818contains(QT_CONFIG, egl):CONFIG += egl
    1919
    2020HEADERS += qgl.h \
    21            qgl_p.h \
    22            qglcolormap.h \
    23            qglpixelbuffer.h \
     21           qgl_p.h \
     22           qglcolormap.h \
     23           qglpixelbuffer.h \
    2424           qglpixelbuffer_p.h \
    25            qglframebufferobject.h  \
     25           qglframebufferobject.h  \
    2626           qglframebufferobject_p.h  \
    2727           qglextensions_p.h \
    2828           qglpaintdevice_p.h \
     29           qglbuffer.h \
    2930
    3031
    3132SOURCES += qgl.cpp \
    32            qglcolormap.cpp \
    33            qglpixelbuffer.cpp \
    34            qglframebufferobject.cpp \
     33           qglcolormap.cpp \
     34           qglpixelbuffer.cpp \
     35           qglframebufferobject.cpp \
    3536           qglextensions.cpp \
    3637           qglpaintdevice.cpp \
     38           qglbuffer.cpp \
    3739
    3840
     
    4244}
    4345
    44 !contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl) {
     46!contains(QT_CONFIG, opengles1) {
    4547    HEADERS +=  qglshaderprogram.h \
    4648                qglpixmapfilter_p.h  \
     
    5658                gl2paintengineex/qglcustomshaderstage_p.h \
    5759                gl2paintengineex/qtriangulatingstroker_p.h \
     60                gl2paintengineex/qtriangulator_p.h \
    5861                gl2paintengineex/qtextureglyphcache_gl_p.h
    5962
     
    7073                gl2paintengineex/qglcustomshaderstage.cpp \
    7174                gl2paintengineex/qtriangulatingstroker.cpp \
     75                gl2paintengineex/qtriangulator.cpp \
    7276                gl2paintengineex/qtextureglyphcache_gl.cpp
    7377
     
    7579
    7680x11 {
    77     contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles1cl)|contains(QT_CONFIG, opengles2) {
     81    contains(QT_CONFIG, egl) {
    7882        SOURCES +=  qgl_x11egl.cpp \
    7983                    qglpixelbuffer_egl.cpp \
     
    114118}
    115119win32:!wince*: {
     120    DEFINES += QT_NO_EGL
    116121    SOURCES += qgl_win.cpp \
    117                qglpixelbuffer_win.cpp
     122                   qglpixelbuffer_win.cpp
    118123}
    119124wince*: {
     
    122127               qgl_egl.cpp
    123128
    124     HEADERS += qgl_cl_p.h \
    125                qgl_egl_p.h \
     129    HEADERS += qgl_egl_p.h
    126130}
    127131
     
    144148}
    145149
     150symbian {
     151    SOURCES += qgl_symbian.cpp \
     152               qglpixelbuffer_egl.cpp \
     153               qgl_egl.cpp
     154
     155    HEADERS += qgl_egl_p.h
     156
     157    symbian:TARGET.UID3 = 0x2002131A
     158}
     159
    146160INCLUDEPATH += ../3rdparty/harfbuzz/src
Note: See TracChangeset for help on using the changeset viewer.