[Solved] how can i install Qt-mobility on meego n950.
-
@leon: I thought this but I was unsure. I have not found the link. BTW for him I think that nothing changes. He should install all the components on his development environment for compilation and linking then all goes right. Is it true ?
-
Ok its great if Qt will installed automatically Qt libararies or API.but i am sure about it.
One more Question I have lots of project which i developed for Symbian^3 devices, when i opened it for Harmattan device it is not getting the includes files.
with error message= No such File or Directory
#include <QMessageBox> //No such File or Directory
#include <QSqlDatabase>//No such File or Directory -
[quote author="Alicemirror" date="1315982477"]He should install all the components on his development environment for compilation and linking then all goes right. Is it true ?[/quote]
Yes, absolutely.
@DanSiddiqui please follow Alicemirror's advice about the development environment. If you do everything fine you should be able to port your pure Qt applications for Symbian^3 to MeeGo Harmattan easily.
-
Thanks leon.anavi , Plz tell me the source code project or any example project
for harmattan device(N950).so i will check it on my N950 device which includes mobility API.
if you url plz tell me i will download it on my PC. -
so why error displaying on my .cpp files:
error message= No such File or Directory
#include <QMessageBox> //No such File or Directory
#include <QSqlDatabase>//No such File or Directory -
@DanSiddiqui: please tell us what development platform you are using.
From Windows you should go in the program manager / Qt sdk / and launch the Qt mainteiner or updater. See if you have installed the Qt Mobility library or if your library should be updated. Please note that it is possible that some components (following the indications in the labs blog about releases) with Qt 4.7.4 part of the development environment will be found in the experimental section. Then see what is your actual development environment configuration, what components you have installed. It is possible that something goes wrong just because you have not all what you need.
-
[quote author="DanSiddiqui" date="1315983141"]so why error displaying on my .cpp files:
error message= No such File or Directory
#include <QMessageBox> //No such File or Directory
#include <QSqlDatabase>//No such File or Directory[/quote]You see this error just because the related libraries and components your need in your SDK are not installed. This is NOT a problem on your device, it is a problem of your development environment on your PC.
-
[quote author="DanSiddiqui" date="1315983054"]Thanks leon.anavi , Plz tell me the source code project or any example project
for harmattan device(N950).so i will check it on my N950 device which includes mobility API.
if you url plz tell me i will download it on my PC. [/quote]Please check "this tutorial about porting applications to Harmattan":http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Reference_documentation_Porting_applications_to_Harmattan.html I strongly recommend also reading the rest of the "MeeGo 1.2 Harmattan Developer Library":http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_MeeGo_1.2_Harmattan_Developer_Library.html
-
Yep, I think that you should have your ideas a bit more clear on how the entire system architecture for development works.
-
I have the lastes Qt sdk when i run updater it shows me "no update availabel". I have Qt 4.7.4
having mobility 1.1.3.it work fine when i select simualtor on left panel project tab all
#include find on QTcreatorbut i select Harmattan to build it shows me underline having message
No such File or Directory -
You should not check for update (4.7.4 for now is the last) but for maintain and see if all your components are installed, including Mobility - I think - you find in the experimental section. This section will be installed only if you select a custom installation so it is possible that you have not done it when installed your first version of Qt 4.7.4
Then, you mention the simulator. Simulator is for symbian devices, and QEMU (formerly emulator) if for Harmattan and Meego (linux) devices.
Then please read the previous posts, we asked you what platform are you using etc. This questions are useful to understand what can be wrong in your configuration, if any.
-
i am using Window 7 on my PC, Qt creator 4.7.4 as Development and Nokia N950 for deployment, so i select Qt mobile application and target as Harmattan(MeeGo) for N950.
-
It seems all correct. Please check what are all the components that you have installed in your Pc. You can see the list with the package manager expanding all the listboxes to see components and subcomponents.
-
Is this problem solved ? If so please set the first post to solved. Thank you.
-
yes if Qt mobility already installed on N950 as said by leon.anavi.
Thanks leon.anavi and Alicemirror for quick response.