View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#5
Originally Posted by AapoRantalainen View Post
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.
com.nokia.meego is Qt Components. And these are, as previously said, buggy.
And using my approach you can easily use libqtm-12

Originally Posted by AapoRantalainen View Post
You mean tools/qml/qml.pro and main.cpp on package qt4-x11?
Nope. Something like that: http://meegoharmattandev.blogspot.co...iewer-and.html
(this bug is fixed now)
It's created by QtCreator, I have the latest version locally.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

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