diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-12 08:27:50 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-12 08:27:50 (GMT) |
commit | bccd5442f24ce18e08ec5a5e78ccc6566f4e0463 (patch) | |
tree | 57aebeaea5c7026e0b9419856c4a9fd53bc5cc27 /mkspecs/common | |
parent | ea953378e71afaa4b6eb7c95bbe2e507b2ab6a7c (diff) | |
download | Qt-bccd5442f24ce18e08ec5a5e78ccc6566f4e0463.zip Qt-bccd5442f24ce18e08ec5a5e78ccc6566f4e0463.tar.gz Qt-bccd5442f24ce18e08ec5a5e78ccc6566f4e0463.tar.bz2 |
More robust handling for stdapis paths
Diffstat (limited to 'mkspecs/common')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 6ae4c4a..663a1df 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -115,10 +115,7 @@ INCLUDEPATH = \ $$[QT_INSTALL_PREFIX]/mkspecs/common/symbian/stl-off \ $$[QT_INSTALL_PREFIX]/mkspecs/common/symbian \ $${EPOCROOT}epoc32/include \ - $${EPOCROOT}epoc32/include/stdapis \ - $${EPOCROOT}epoc32/include/stdapis/sys \ $$OS_LAYER_LIBC_SYSTEMINCLUDE \ - $${OS_LAYER_LIBC_SYSTEMINCLUDE}/sys \ $$INCLUDEPATH # Supports S60 3.0, 3.1, 3.2 and 5.0 by default |