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/features/symbian/stl.prf | |
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/features/symbian/stl.prf')
-rw-r--r-- | mkspecs/features/symbian/stl.prf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mkspecs/features/symbian/stl.prf b/mkspecs/features/symbian/stl.prf index f01cc18..9eb6b86 100644 --- a/mkspecs/features/symbian/stl.prf +++ b/mkspecs/features/symbian/stl.prf @@ -9,8 +9,7 @@ DEFINES *= $$STLLIB_USAGE_DEFINES # Legacy support requires some hardcoded stdapis paths. # Note: Also the new header is used from STL when it is enabled -INCLUDEPATH += $$OS_LAYER_STDCPP_SYSTEMINCLUDE \ - $${EPOCROOT}epoc32/include/stdapis/stlport +INCLUDEPATH += $$OS_LAYER_STDCPP_SYSTEMINCLUDE # Remove mkspecs/common/symbian/stl-off from beginning of includepath # in order to use new and delete operators from STL |