diff options
author | Liang Qi <liang.qi@nokia.com> | 2010-10-26 13:40:04 (GMT) |
---|---|---|
committer | Liang Qi <liang.qi@nokia.com> | 2010-10-26 13:40:04 (GMT) |
commit | dbf03a71487107999d58972a3e18244e9b8139c8 (patch) | |
tree | f6c39c5a638f2fffc79393e2ac392aa4e222af33 /src/s60main | |
parent | 2d071521228a6bc9ef423cbdbbd8560d28208790 (diff) | |
parent | f12bb81ff7dc88861b68fa5f218c1e5d0767257b (diff) | |
download | Qt-dbf03a71487107999d58972a3e18244e9b8139c8.zip Qt-dbf03a71487107999d58972a3e18244e9b8139c8.tar.gz Qt-dbf03a71487107999d58972a3e18244e9b8139c8.tar.bz2 |
Merge branch 'macMakefileBuildSupport' into master.
Diffstat (limited to 'src/s60main')
-rw-r--r-- | src/s60main/s60main.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60main/s60main.pro b/src/s60main/s60main.pro index 664f155..4c598e2 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 } else { error("$$_FILE_ is intended only for Symbian!") } |