diff options
author | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-09-12 09:15:20 (GMT) |
---|---|---|
committer | Pasi Pentikainen <pasi.a.pentikainen@nokia.com> | 2011-09-12 10:50:17 (GMT) |
commit | a53e1a2bea83057aade9a4ffd0210040802b9595 (patch) | |
tree | 98f2055c9cc9ddf42837a768ea20d7af4a331e0b | |
parent | b1696fab84c411da025d255fef82f64c78bd92b5 (diff) | |
download | Qt-a53e1a2bea83057aade9a4ffd0210040802b9595.zip Qt-a53e1a2bea83057aade9a4ffd0210040802b9595.tar.gz Qt-a53e1a2bea83057aade9a4ffd0210040802b9595.tar.bz2 |
Mark binaries as SMPSAFE in Symbian
Task-number: QTBUG-11769
Reviewed-by: Laszlo Agocs
-rw-r--r-- | mkspecs/features/qttest_p4.prf | 1 | ||||
-rw-r--r-- | src/qbase.pri | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf index ede9657..55df04a 100644 --- a/mkspecs/features/qttest_p4.prf +++ b/mkspecs/features/qttest_p4.prf @@ -11,6 +11,7 @@ symbian:{ # DEFINES += QTEST_NO_SPECIALIZATIONS TARGET.CAPABILITY="None" RSS_RULES ="group_name=\"QtTests\";" + MMP_RULES*=SMPSAFE } # prefix test binary with tst_ diff --git a/src/qbase.pri b/src/qbase.pri index c4d081f..632d7f4 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 |