Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.1.0
-
None
-
Symbian
-
2896c72aa64e812754c55299a62f182662f11832
Description
When trying to build QtMobility for Symbian in Linux, following issues are encountered:
mmp: src/publishsubscribe/QtPublishSubscribe_dll.mmp
Fatal error: L6002U: Could not open file /epoc32/release/armv5/lib/CommonEngine.dso: No such file or directory
mmp: src/publishsubscribe/psmapperserver_symbian/qpspathmapperserver_exe.mmp
Fatal error: L6002U: Could not open file /epoc32/release/armv5/lib/CommonEngine.dso: No such file or directory
The case of file name reference and the actual file name must be a 100% match, even in uppercase-lowercase sense of the word.
In this case:
— a/src/publishsubscribe/xqsettingsmanager_symbian/settingsmanager.pri
+++ b/src/publishsubscribe/xqsettingsmanager_symbian/settingsmanager.pri
@@ -29,4 +29,4 @@ SOURCES += xqsettingskey.cpp \
xqpublishandsubscribesecuritypolicy.cpp \
symbian:LIBS += -lcentralrepository \
- -lCommonEngine
+ -lcommonengine