Changeset 846 for trunk/examples/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/examples/opengl/opengl.pro
r561 r846 1 1 TEMPLATE = subdirs 2 2 3 contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles 1cl)|contains(QT_CONFIG, opengles2){3 contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2){ 4 4 contains(QT_CONFIG, opengles2) { 5 5 SUBDIRS = hellogl_es2 … … 7 7 SUBDIRS = hellogl_es 8 8 } 9 !contains(QT_CONFIG, opengles1cl) { 10 SUBDIRS += textures 11 } 9 SUBDIRS += textures 12 10 contains(QT_CONFIG, opengles1) { 13 11 SUBDIRS += hellogl
Note:
See TracChangeset
for help on using the changeset viewer.