hi i want to make an application for nokia in nokia qt sdk.
i select mobile application when i create new project but when i run the project it built the exe file of my project i want a sis file so i can check it on my nokia device.
please give me the suggesion how i develop my project for nokia mobile in nokia qt sdk
Does this help ?
http://www.forum.nokia.com/Develop/Qt/Getting_started/Step_3.xhtml
Related
I want to sync up iOS device contacts with an application based on QT platform, I am in search of an API which can do this with qt
I find workaround (QT-JNI-Java bridge) for android.
http://doc.qt.io/qt-5/qandroidjniobject.html#details
It is working fine, but i didn't find any bridge for ios.
Note: QT has suggested following link
https://wiki.qt.io/Category:Developing_with_Qt::QtMobility
But it is related to Nokia Ovi store (which doesn't exist anymore) and the last date mentioned is 2011. The link to a release is dead.
If you come across any workaround for ios-qt, request you to suggest me.
Thanks in advance.
You can use the V-Play API for a cross-platform solution to handle phone contacts on iOS & Android.
These are the APIs:
https://v-play.net/doc/nativeutils/#getContacts-method
https://v-play.net/doc/nativeutils/#storeContacts-method
I am making an application using qt on a Linux based OS for a touch device. I am currently using Qt web view to host an HTML 5 + AngularJS application. Are there any compilers to compile a web app for qt platform, like how ionic converts angular app into native code for ios and android.
I am a newbie trying mobile application development using Qt. I am currently trying to deploy my Qt UI application on iOS devices. The application runs perfectly on my iPad. The only problem is the screen orientation. I can see only half of the application when I rotate my iPad to the landscape mode.
I searched through this site, but most of the sites actually talk about Qt Quick application solutions. My application is a Qt UI application.
As BaCaRoZzo suggested, it was indeed an issue with Qt 5.3.2. I downloaded the beta version of Qt 5.4.0 for mac and tried running it. Now I don't get the orientation error.
Thanks BaCaRoZzo and everyone.
Regards
Alok
I want to create an installer for windows service built in C++. I have followed this article to create the Service.
I have 3 win32 console application in my solution. one for installation , one for uninstallation and one that does the actual work.
I must humbly recommend WiX (Windows Installer XML Toolset) for all your installer needs.
So now I can make a .exe of my application. Now how do I get my application ready to deploy for windows?
This is meant to be the canonical question for Qt application deployment issues on Windows.
The Qt documentation has pages for that:
Qt 5,
Qt 4.