Changeset 846 for trunk/src/plugins/s60
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 11 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/plugins/s60/3_2/3_2.pro
r769 r846 11 11 ../src/qdesktopservices_3_2.cpp \ 12 12 ../src/qcoreapplication_3_2.cpp 13 LIBS += -lDirectoryLocalizer -lefsrv 13 contains(CONFIG, is_using_gnupoc) { 14 LIBS += -ldirectorylocalizer 15 } else { 16 LIBS += -lDirectoryLocalizer 17 } 18 LIBS += -lefsrv 14 19 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 15 20 } -
trunk/src/plugins/s60/5_0/5_0.pro
r769 r846 11 11 ../src/qdesktopservices_3_2.cpp \ 12 12 ../src/qcoreapplication_3_2.cpp 13 LIBS += -lDirectoryLocalizer -lefsrv 13 contains(CONFIG, is_using_gnupoc) { 14 LIBS += -ldirectorylocalizer 15 } else { 16 LIBS += -lDirectoryLocalizer 17 } 18 LIBS += -lefsrv 14 19 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 15 20 } -
trunk/src/plugins/s60/s60.pro
r561 r846 1 1 TEMPLATE = subdirs 2 2 3 symbian:SUBDIRS = 3_1 3_2 5_0 3 4 symbian { 5 contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) { 6 SUBDIRS += 3_1 3_2 7 } 8 9 # 5.0 is used also for Symbian3 and later 10 SUBDIRS += 5_0 11 } -
trunk/src/plugins/s60/s60pluginbase.pri
r561 r846 5 5 CONFIG -= plugin 6 6 7 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/s60 8 7 9 MMP_RULES += NOEXPORTLIBRARY 8 10 9 defBlock = \ 10 "$${LITERAL_HASH}ifdef WINSCW" \ 11 "DEFFILE ../bwins/qts60plugin.def" \ 12 "$${LITERAL_HASH}else" \ 13 "DEFFILE ../eabi/qts60plugin.def" \ 14 "$${LITERAL_HASH}endif" 11 symbian-abld|symbian-sbsv2 { 12 defBlock = \ 13 "$${LITERAL_HASH}ifdef WINSCW" \ 14 "DEFFILE ../bwins/qts60plugin.def" \ 15 "$${LITERAL_HASH}else" \ 16 "DEFFILE ../eabi/qts60plugin.def" \ 17 "$${LITERAL_HASH}endif" 18 } else { 19 CONFIG *= def_files 20 DEF_FILE = ../eabi/qts60pluginu.def 21 } 15 22 16 23 MMP_RULES += defBlock -
trunk/src/plugins/s60/src/qcoreapplication_3_1.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/src/plugins/s60/src/qcoreapplication_3_2.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/src/plugins/s60/src/qdesktopservices_3_1.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/src/plugins/s60/src/qdesktopservices_3_2.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/src/plugins/s60/src/qlocale_3_1.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) -
trunk/src/plugins/s60/src/qlocale_3_2.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com)
Note:
See TracChangeset
for help on using the changeset viewer.