Added new settings button to set a fake current location ('work' in the first instance).
[ptas] / zouba / qt4-maemo5 / mkspecs / features / win32 / opengl.prf
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 }