summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-10-19 14:50:49 +0200
committeraxis <qt-info@nokia.com>2009-10-19 15:03:11 +0200
commitdbf8da3f2e56c13a3edf0cd89a3a8596df298e29 (patch)
tree1f86ee67a6444dee16719e04f6e5fd48e70a7901 /mkspecs
parent2955086c8d588e58cbfb808ee45212d5ec196b58 (diff)
Fixed the build for people who only have emulator binaries installed
RevBy: mread
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/symbian/stl.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/symbian/stl.prf b/mkspecs/features/symbian/stl.prf
index 8892d2ae55..e21ee5ca0e 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)