diff options
author | axis <qt-info@nokia.com> | 2009-10-19 12:50:49 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-19 13:03:11 (GMT) |
commit | dbf8da3f2e56c13a3edf0cd89a3a8596df298e29 (patch) | |
tree | 1f86ee67a6444dee16719e04f6e5fd48e70a7901 /mkspecs | |
parent | 2955086c8d588e58cbfb808ee45212d5ec196b58 (diff) | |
download | Qt-dbf8da3f2e56c13a3edf0cd89a3a8596df298e29.zip Qt-dbf8da3f2e56c13a3edf0cd89a3a8596df298e29.tar.gz Qt-dbf8da3f2e56c13a3edf0cd89a3a8596df298e29.tar.bz2 |
Fixed the build for people who only have emulator binaries installed
RevBy: mread
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/features/symbian/stl.prf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/stl.prf b/mkspecs/features/symbian/stl.prf index 8892d2a..e21ee5c 100644 --- a/mkspecs/features/symbian/stl.prf +++ b/mkspecs/features/symbian/stl.prf @@ -15,7 +15,7 @@ INCLUDEPATH += $$OS_LAYER_STDCPP_SYSTEMINCLUDE INCLUDEPATH -= $$[QT_INSTALL_PREFIX]/mkspecs/common/symbian/stl-off # libstdcppv5 is preferred over libstdcpp as it has/uses the throwing version of operator new -exists($${EPOCROOT}epoc32/release/armv5/urel/libstdcppv5.dll ) { +exists($${EPOCROOT}epoc32/release/armv5/urel/libstdcppv5.dll)|exists($${EPOCROOT}epoc32/release/winscw/udeb/libstdcppv5.dll) { LIBS *= -llibstdcppv5.dll # STDCPP turns on standard C++ new behaviour (ie. throwing new) |