diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-06-16 14:13:00 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-06-16 14:14:24 (GMT) |
commit | 91c544615cfd8b570e26dacbd9711b4d0a4aac9a (patch) | |
tree | ed7ae0791db89ee8e9dc408f21304c7d03709e02 /mkspecs/features | |
parent | e6d5c000dbc40b68176ca19954c8cfea9b344968 (diff) | |
download | Qt-91c544615cfd8b570e26dacbd9711b4d0a4aac9a.zip Qt-91c544615cfd8b570e26dacbd9711b4d0a4aac9a.tar.gz Qt-91c544615cfd8b570e26dacbd9711b4d0a4aac9a.tar.bz2 |
Remove extra bracket on stlportv5 detection.
Diffstat (limited to 'mkspecs/features')
-rw-r--r-- | mkspecs/features/symbian/platform_paths.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/platform_paths.prf b/mkspecs/features/symbian/platform_paths.prf index 1e62c41..bec9811 100644 --- a/mkspecs/features/symbian/platform_paths.prf +++ b/mkspecs/features/symbian/platform_paths.prf @@ -216,7 +216,7 @@ exists($${EPOCROOT}epoc32/include/platform_paths.prf) { OS_LAYER_SSL_SYSTEMINCLUDE = $$OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/openssl) # stlportv5 is preferred over stlport as it has the throwing version of operator new - exists($${EPOCROOT}epoc32/include/stdapis/stlportv5)) { + exists($${EPOCROOT}epoc32/include/stdapis/stlportv5) { OS_LAYER_STDCPP_SYSTEMINCLUDE = $$OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlportv5) } else { OS_LAYER_STDCPP_SYSTEMINCLUDE = $$OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport) |