View Single Post
Posts: 839 | Thanked: 3,386 times | Joined on Mar 2009
#4
Originally Posted by marmistrz View Post
Btw., when we're talking about qml and qt quick: Aapo, are you interested in upgrading QtComponents to 1.4.8
Originally Posted by seanmcken View Post
are you guys trying to turn this qt os watever in to QML???
Unfortunately, this time I'm not trying to upgrade any part of Fremantle. I'm planning to develop application which is using qml and importing these:
Code:
import Qt 4.7
import QtQuick 1.1
import QtMobility.location 1.0
import QtMobility.sensors 1.0
import QtMobility.systeminfo 1.2
import QtWebKit 1.0
import QtMultimediaKit 1.1
import com.nokia.meego 1.0
(And hopefully they works almost as I'm excepting)
As I wrote on Opening Post I can do this using stock PR1.3 with little manual tweaking. But if using CSSU everything breaks and nothing works.


Originally Posted by marmistrz View Post
I think you should use a main.cpp with QmlApplicationViewer.
You mean tools/qml/qml.pro and main.cpp on package qt4-x11?

Originally Posted by marmistrz View Post
You can create the required files with QtCreator. Look at useragenttool source for reference
I'm not using QtCreator.
 

The Following User Says Thank You to AapoRantalainen For This Useful Post: