Changeset 561 for trunk/mkspecs/features/win32/opengl.prf
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/mkspecs/features/win32/opengl.prf
r2 r561 1 QMAKE_LIBS += $$QMAKE_LIBS_OPENGL 2 QMAKE_LFLAGS += $$QMAKE_LFLAGS_OPENGL 1 # WinCE does not have a platform directory for .prf files, and the 2 # win32 directory is searched for .prfs by qmake on WinCE. Ideally 3 # there should be a features/wince/opengl.prf which contains the wince 4 # block below. 3 5 6 wince* { 7 include(../unix/opengl.prf) 8 } else { 9 QMAKE_LIBS += $$QMAKE_LIBS_OPENGL 10 QMAKE_LFLAGS += $$QMAKE_LFLAGS_OPENGL 11 }
Note:
See TracChangeset
for help on using the changeset viewer.