diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-15 06:27:42 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2010-02-15 06:27:42 (GMT) |
commit | e486ec3b4730d470033a0a88b1cc56bc98d8d00e (patch) | |
tree | fc437ecd2278ee549cc0e3dbbcef5681ee3b4b35 | |
parent | 1679980392e9784bf0c0d321d541aee6efeaba15 (diff) | |
download | Qt-e486ec3b4730d470033a0a88b1cc56bc98d8d00e.zip Qt-e486ec3b4730d470033a0a88b1cc56bc98d8d00e.tar.gz Qt-e486ec3b4730d470033a0a88b1cc56bc98d8d00e.tar.bz2 |
Revert "Added Q_WS_MAEMO_5 to mkspec file."
Defined elsewhere.
This reverts commit abf04def344aeb14dbb8539ba73fb5de26237bcc.
-rw-r--r-- | mkspecs/linux-g++-maemo/qmake.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mkspecs/linux-g++-maemo/qmake.conf b/mkspecs/linux-g++-maemo/qmake.conf index e586ed0..38c26a6 100644 --- a/mkspecs/linux-g++-maemo/qmake.conf +++ b/mkspecs/linux-g++-maemo/qmake.conf @@ -32,6 +32,4 @@ DEFINES += QT_GL_NO_SCISSOR_TEST # Work round SGX 1.4 driver bug (text corrupted), modify glyph cache width: DEFINES += QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DEFINES += Q_WS_MAEMO_5 - load(qt_config) |