summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
diff options
context:
space:
mode:
authorPasi Pentikainen <pasi.a.pentikainen@nokia.com>2011-09-12 12:15:20 +0300
committerPasi Pentikainen <pasi.a.pentikainen@nokia.com>2011-09-12 13:50:17 +0300
commita53e1a2bea83057aade9a4ffd0210040802b9595 (patch)
tree98f2055c9cc9ddf42837a768ea20d7af4a331e0b /src/qbase.pri
parentb1696fab84c411da025d255fef82f64c78bd92b5 (diff)
Mark binaries as SMPSAFE in Symbian
Task-number: QTBUG-11769 Reviewed-by: Laszlo Agocs
Diffstat (limited to 'src/qbase.pri')
-rw-r--r--src/qbase.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index c4d081f9e5..632d7f46d7 100644
--- a/src/qbase.pri
+++ b/src/qbase.pri
@@ -110,6 +110,9 @@ symbian {
# workaround for the fact that some of our required includes in Symbian^3
# now depend upon files in epoc32/include/platform
INCLUDEPATH += $$OS_LAYER_SYSTEMINCLUDE
+
+ # All relevant files are marked as SMP safe for the Symbian port
+ MMP_RULES*=SMPSAFE
}
win32-borland:INCLUDEPATH += kernel