Changeset 769 for trunk/src/plugins/s60
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/plugins/s60/3_1/3_1.pro
r561 r769 1 1 include(../s60pluginbase.pri) 2 2 3 TARGET = qts60plugin_3_1 3 TARGET = qts60plugin_3_1$${QT_LIBINFIX} 4 4 5 5 SOURCES += ../src/qlocale_3_1.cpp \ -
trunk/src/plugins/s60/3_2/3_2.pro
r561 r769 1 1 include(../s60pluginbase.pri) 2 2 3 TARGET = qts60plugin_3_2 3 TARGET = qts60plugin_3_2$${QT_LIBINFIX} 4 4 5 5 contains(S60_VERSION, 3.1) { … … 11 11 ../src/qdesktopservices_3_2.cpp \ 12 12 ../src/qcoreapplication_3_2.cpp 13 LIBS += -l directorylocalizer -lefsrv13 LIBS += -lDirectoryLocalizer -lefsrv 14 14 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 15 15 } -
trunk/src/plugins/s60/5_0/5_0.pro
r561 r769 1 1 include(../s60pluginbase.pri) 2 2 3 TARGET = qts60plugin_5_0 3 TARGET = qts60plugin_5_0$${QT_LIBINFIX} 4 4 5 5 contains(S60_VERSION, 3.1) { … … 11 11 ../src/qdesktopservices_3_2.cpp \ 12 12 ../src/qcoreapplication_3_2.cpp 13 LIBS += -l directorylocalizer -lefsrv13 LIBS += -lDirectoryLocalizer -lefsrv 14 14 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 15 15 } -
trunk/src/plugins/s60/src/qdesktopservices_3_2.cpp
r651 r769 46 46 #ifdef Q_WS_S60 47 47 #include <e32base.h> // CBase -> Required by cdirectorylocalizer.h 48 #include < cdirectorylocalizer.h> // CDirectoryLocalizer48 #include <CDirectoryLocalizer.h> // CDirectoryLocalizer 49 49 50 50 EXPORT_C QString localizedDirectoryName(QString& rawPath)
Note:
See TracChangeset
for help on using the changeset viewer.