diff options
author | Iain <qt-info@nokia.com> | 2009-06-22 07:04:29 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2009-06-22 07:04:29 (GMT) |
commit | 3cb2e9936a2b7c534ed41bee151e20b8fc58aa3a (patch) | |
tree | 59191f0140d03d829aa2abbce54da58d78de0a28 | |
parent | 8acac3aba4a04f1f8f502190a445093af15cd563 (diff) | |
download | Qt-3cb2e9936a2b7c534ed41bee151e20b8fc58aa3a.zip Qt-3cb2e9936a2b7c534ed41bee151e20b8fc58aa3a.tar.gz Qt-3cb2e9936a2b7c534ed41bee151e20b8fc58aa3a.tar.bz2 |
Add dependancy on Symbian OS std C++ support now the exceptions branch
has been merged
-rw-r--r-- | src/s60installs/qt.iby | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s60installs/qt.iby b/src/s60installs/qt.iby index dc702f9..79edc56 100644 --- a/src/s60installs/qt.iby +++ b/src/s60installs/qt.iby @@ -7,6 +7,7 @@ #include <base.iby> #include <openenv.iby> // QtCore, QtGui, QtNetwork, QtOpenGL, QSvgIconEngine, #include <cone.iby> // QtGui, QtOpenGL +#include <stdcpp.iby> // for std C++ support // QtGui dependancies #include <bafl.iby> |