hey,
i have a problem using qjson on symbina S60 devices using qt.
when i add the files for parsing the json, the application work fine on the Symbian^3 devices. but it does not even open on the S60 devices.
So i have created a simple project which inside i have only include the json headers and sources, and i did not write a line of code; and still the application doesn't open on the S60 devices 3rd edition and 5th edition.
Any help concerning this issue would be appreciated.
Thanks.
Find below my .pro :
Code:QT += core gui TARGET = testingjson TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ serializerrunnable.cpp \ serializer.cpp \ qobjecthelper.cpp \ parserrunnable.cpp \ parser.cpp \ json_scanner.cpp \ json_parser.cc HEADERS += mainwindow.h \ stack.hh \ serializerrunnable.h \ serializer.h \ qobjecthelper.h \ qjson_export.h \ qjson_debug.h \ position.hh \ parserrunnable.h \ parser_p.h \ parser.h \ location.hh \ json_scanner.h \ json_parser.hh FORMS += mainwindow.ui INCLUDEPATH += C:\QtMobility\src\global CONFIG += mobility MOBILITY = bearer QT += network LD_LIBRARY_PATH = C:\QtMobility\lib INCLUDEPATH += "c:/qjson/src" DEFINES += QJSON_MAKEDLL symbian { TARGET.UID3 = 0xeae19ced # TARGET.CAPABILITY += TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 TARGET.CAPABILITY = NetworkServices \ ReadUserData \ WriteUserData \ ReadDeviceData \ WriteDeviceData \ LocalServices \ UserEnvironment \ TrustedUI }




