summaryrefslogtreecommitdiffstats
path: root/src/s60main
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-07-27 09:12:46 (GMT)
committerLiang Qi <liang.qi@nokia.com>2010-10-21 09:12:14 (GMT)
commit185abbd1dcaf2d882f2225a874bafafb9815a8eb (patch)
treebb5874be84f679e138edbb11b83dd0385b485763 /src/s60main
parentc4988eda033ce8b081e2301e80b344be20844e14 (diff)
downloadQt-185abbd1dcaf2d882f2225a874bafafb9815a8eb.zip
Qt-185abbd1dcaf2d882f2225a874bafafb9815a8eb.tar.gz
Qt-185abbd1dcaf2d882f2225a874bafafb9815a8eb.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
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 a273897..c1d3672 100644
--- a/src/s60main/s60main.pro
+++ b/src/s60main/s60main.pro
@@ -29,7 +29,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
} else {
error("$$_FILE_ is intended only for Symbian!")
}