summaryrefslogtreecommitdiffstats
path: root/src/s60main/s60main.pro
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2010-10-12 09:13:28 (GMT)
committermread <qt-info@nokia.com>2010-10-12 09:13:28 (GMT)
commit825e138da5376245d7ea58e5858365524e6753d9 (patch)
tree564714958e0937ab99416d7e9cdf5319740f140c /src/s60main/s60main.pro
parent9de173661019a5eb819ff75a43c1261a3b60e005 (diff)
downloadQt-825e138da5376245d7ea58e5858365524e6753d9.zip
Qt-825e138da5376245d7ea58e5858365524e6753d9.tar.gz
Qt-825e138da5376245d7ea58e5858365524e6753d9.tar.bz2
Revert "Making the hybrid allocator change compatible across all 4.7.x"
This reverts commit c27f1586d7c4c56af1f46fa09ad77f03b7736e5d. The change to make the hybrid allocator change compatible across all 4.7.x releases is not needed after 4.7. The exported function added for the hybrid allocator will always be present now.
Diffstat (limited to 'src/s60main/s60main.pro')
-rw-r--r--src/s60main/s60main.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s60main/s60main.pro b/src/s60main/s60main.pro
index 8ab3bd3..664f155 100644
--- a/src/s60main/s60main.pro
+++ b/src/s60main/s60main.pro
@@ -31,9 +31,6 @@ symbian {
# against GCCE apps, so remove it
MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA
linux-armcc:QMAKE_CXXFLAGS *= --export_all_vtbl
-
- # Flag if exports are not frozen to avoid lookup of qtcore allocator creation function by ordinal
- contains(CONFIG, def_files_disabled): DEFINES += QT_EXPORTS_NOT_FROZEN
} else {
error("$$_FILE_ is intended only for Symbian!")
}