summaryrefslogtreecommitdiffstats
path: root/src/s60main
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-02-18 14:11:20 (GMT)
committeraxis <qt-info@nokia.com>2011-02-18 14:11:20 (GMT)
commit623c13a70f646e8200900c01ce2e409fc0f2fdec (patch)
treee11919fc7330469dd0d852622f705af929fe0874 /src/s60main
parent3196c9e64dc3d966547bd0b38c440e55eb913479 (diff)
downloadQt-623c13a70f646e8200900c01ce2e409fc0f2fdec.zip
Qt-623c13a70f646e8200900c01ce2e409fc0f2fdec.tar.gz
Qt-623c13a70f646e8200900c01ce2e409fc0f2fdec.tar.bz2
Renamed the symbian/linux-* mkspecs to symbian-*.
This was done for a number of reasons: - In order to get better consistency with the other mkspecs, which have the target system name followed by a hyphen and the compiler name. - There is no real reason why we should have specific mkspecs for compiling Symbian under Linux, when it is equally likely to work under other operating systems. RevBy: Thomas Zander Conflicts: src/s60main/s60main.pro
Diffstat (limited to 'src/s60main')
-rw-r--r--src/s60main/s60main.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60main/s60main.pro b/src/s60main/s60main.pro
index 8ab3bd3..1e3e06a 100644
--- a/src/s60main/s60main.pro
+++ b/src/s60main/s60main.pro
@@ -30,7 +30,7 @@ symbian {
# Having MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA will cause s60main.lib be unlinkable
# against GCCE apps, so remove it
MMP_RULES -= $$MMP_RULES_DONT_EXPORT_ALL_CLASS_IMPEDIMENTA
- linux-armcc:QMAKE_CXXFLAGS *= --export_all_vtbl
+ symbian-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