Changeset 846 for trunk/src/opengl/opengl.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/opengl/opengl.pro
r651 r846 6 6 win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x63000000 7 7 solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2 8 8 9 9 10 unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui … … 11 12 include(../qbase.pri) 12 13 13 !win32:!embedded:!mac: CONFIG += x1114 !win32:!embedded:!mac:CONFIG += x11 14 15 contains(QT_CONFIG, opengl):CONFIG += opengl 15 16 contains(QT_CONFIG, opengles1):CONFIG += opengles1 16 contains(QT_CONFIG, opengles1cl):CONFIG += opengles1cl17 17 contains(QT_CONFIG, opengles2):CONFIG += opengles2 18 18 contains(QT_CONFIG, egl):CONFIG += egl 19 19 20 20 HEADERS += qgl.h \ 21 22 23 21 qgl_p.h \ 22 qglcolormap.h \ 23 qglpixelbuffer.h \ 24 24 qglpixelbuffer_p.h \ 25 25 qglframebufferobject.h \ 26 26 qglframebufferobject_p.h \ 27 27 qglextensions_p.h \ 28 28 qglpaintdevice_p.h \ 29 29 30 30 31 31 32 SOURCES += qgl.cpp \ 32 33 34 33 qglcolormap.cpp \ 34 qglpixelbuffer.cpp \ 35 qglframebufferobject.cpp \ 35 36 qglextensions.cpp \ 36 37 qglpaintdevice.cpp \ 38 37 39 38 40 … … 42 44 } 43 45 44 !contains(QT_CONFIG, opengles1) :!contains(QT_CONFIG, opengles1cl){46 !contains(QT_CONFIG, opengles1) { 45 47 HEADERS += qglshaderprogram.h \ 46 48 qglpixmapfilter_p.h \ … … 56 58 gl2paintengineex/qglcustomshaderstage_p.h \ 57 59 gl2paintengineex/qtriangulatingstroker_p.h \ 60 58 61 gl2paintengineex/qtextureglyphcache_gl_p.h 59 62 … … 70 73 gl2paintengineex/qglcustomshaderstage.cpp \ 71 74 gl2paintengineex/qtriangulatingstroker.cpp \ 75 72 76 gl2paintengineex/qtextureglyphcache_gl.cpp 73 77 … … 75 79 76 80 x11 { 77 contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles1cl)|contains(QT_CONFIG, opengles2) {81 contains(QT_CONFIG, ) { 78 82 SOURCES += qgl_x11egl.cpp \ 79 83 qglpixelbuffer_egl.cpp \ … … 114 118 } 115 119 win32:!wince*: { 120 116 121 SOURCES += qgl_win.cpp \ 117 qglpixelbuffer_win.cpp122 qglpixelbuffer_win.cpp 118 123 } 119 124 wince*: { … … 122 127 qgl_egl.cpp 123 128 124 HEADERS += qgl_cl_p.h \ 125 qgl_egl_p.h \ 129 HEADERS += qgl_egl_p.h 126 130 } 127 131 … … 144 148 } 145 149 150 151 152 153 154 155 156 157 158 159 146 160 INCLUDEPATH += ../3rdparty/harfbuzz/src
Note:
See TracChangeset
for help on using the changeset viewer.