simply add your symbian code with the preprocessor:
#ifdef Q_OS_SYMBIAN
And add the required library in the .pro file:
e.g to add cone.lib :
symbian:LIBS += -lcone
Type: Posts; User: edwinywmak; Keyword(s):
simply add your symbian code with the preprocessor:
#ifdef Q_OS_SYMBIAN
And add the required library in the .pro file:
e.g to add cone.lib :
symbian:LIBS += -lcone
OOPS.....
I made a mistake,
I hv packaged the smart installer with my old version app (with qy mobility)
therefore it works.....
So finally I tested the smart installer with the...
Thanks jscurtis,
the smart-installer in your link is included the mobility API !
Seems the installer I was using is older version....
since I download the installer at the date of it...
so that's Qt problem?
As the app can run properly in S60v5 devices...
I have set the following in the mmp already:
EPOCHEAPSIZE 0x020000 0x800000
Since I hv another version running in 5800,
if the problem is due to this EPOCHEAPSIZE,
then I should get...
Hi,
I am doing the development in Symbian^3 platform.
SDK version is Nokia_Symbian3_SDK_v0.8,
problem is I cant open any Qt built projects in the emulator.
I open a new Qt project with...
Hi,
We hv developed some Qt applications in the S60V5 platform (N97 SDK v1.0)
all features are working fine, and hv Symbian signed.
And now we want to port the app to Symbian^3 platform (SDK...
Thanks for ur reply.
Actually what I am using is exactly this version of Smart-installer,
but the problem is My Qt app need mobility API, which is not installed using this smart installer.
...
In my understanding,
In this moment Qt does not hv the localization of app name.
You need to do it in Symbian way.
I used the following method to do the app name localization:
1) run ...
Hi Hanna,
In my understanding,
0x2002CCCF is the UID of the wrapper package file,
0x2002CCCE is used with the wrapper package,
you need to place you app sis into...
Hi
I have an app which uses some mobility API.
I packaged the app with the smart-installer,
everything goes fine but after finishing the installation,
I can't found the mobility API...
well....I understand QCamera can be used in 1.0.0-beta1, but how about the Symbian^3 handset that has build-in Qt lib installed already?
Seems we cannot install Qt package for these Qt build-in...
I have got the same problem with QCamera example too,
The package I am using: Nokia Qt SDK 1.0, Qt 4.6.3 & Mobility API 1.0.1
I tried to build the QCamera example but failed.
The new...
Hi all,
I have get the same problem with QCamera example too,
The package I am using: Nokia Qt SDK 1.0, Qt 4.6.3 & Mobility API 1.0.1
I tried to build the QCamera example but failed.
The...
Hi wizard_hu_,
I tried remove the ARMVx in the file bld.inf,
and succeed to build "make winscw-udeb" with no error,
but still error exist when building "make release-gcce"
it said:
Hi all,
I meet the same error with Qt 4.6.2 & Symbian^3 SDK v0.8.
The problem happens when I execute the command "bldmake bldfiles"
BLDMAKE ERROR: Can't find any RVCT installation.
I am...