diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-02-09 13:38:29 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-02-09 13:38:29 (GMT) |
commit | 3cc5feeadf81b8e6d7dc6efddd751e9471888078 (patch) | |
tree | 98880cfe9c930b74f7a248e59a8c2979abbd2848 /src/s60main | |
parent | 86fd3005d79de01dca5b857988bdf2a1411e74ee (diff) | |
download | Qt-3cc5feeadf81b8e6d7dc6efddd751e9471888078.zip Qt-3cc5feeadf81b8e6d7dc6efddd751e9471888078.tar.gz Qt-3cc5feeadf81b8e6d7dc6efddd751e9471888078.tar.bz2 |
Move duplicated code out to a qmake feature
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 47cf020..05a045b 100644 --- a/src/s60main/s60main.pro +++ b/src/s60main/s60main.pro @@ -17,7 +17,7 @@ symbian { qts60main_mcrt0.cpp # s60main needs to be built in ARM mode for GCCE to work. - MMP_RULES+="ALWAYS_BUILD_AS_ARM" + CONFIG += do_not_build_as_thumb # staticlib should not have any lib depencies in s60 # This seems not to work, some hard coded libs are still added as dependency |