Last change
on this file since 1036 was 561, checked in by Dmitry A. Kuminov, 16 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
353 bytes
|
Line | |
---|
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.
|
---|
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
TracBrowser
for help on using the repository browser.