Changeset 846 for trunk/src/s60main/s60main.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/s60main/s60main.pro
r651 r846 15 15 INCLUDEPATH += tmp $$QMAKE_INCDIR_QT/QtCore $$MW_LAYER_SYSTEMINCLUDE 16 16 SOURCES = qts60main.cpp \ 17 qts60main_mcrt0.cpp 17 qts60main_mcrt0.cpp \ 18 newallocator_hook.cpp 18 19 19 20 # s60main needs to be built in ARM mode for GCCE to work. 20 MMP_RULES+="ALWAYS_BUILD_AS_ARM"21 21 22 22 23 # staticlib should not have any lib depencies in s60 … … 26 27 # Workaround for abld toolchain problem to make ARMV6 qtmain.lib link with GCCE apps 27 28 symbian-abld: QMAKE_CXXFLAGS.ARMCC += --dllimport_runtime 29 30 31 32 33 34 35 36 28 37 } else { 29 38 error("$$_FILE_ is intended only for Symbian!")
Note:
See TracChangeset
for help on using the changeset viewer.