![]() |
2013-11-17
, 16:44
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#2
|
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2013-11-17
, 17:18
|
Posts: 863 |
Thanked: 213 times |
Joined on Feb 2012
@ Goa
|
#3
|
The Following User Says Thank You to seanmcken For This Useful Post: | ||
![]() |
2013-11-17
, 18:29
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#4
|
Btw., when we're talking about qml and qt quick: Aapo, are you interested in upgrading QtComponents to 1.4.8
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
The Following User Says Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2013-11-18
, 19:04
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#5
|
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:
(And hopefully they works almost as I'm excepting)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
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.
The Following User Says Thank You to marmistrz For This Useful Post: | ||
a) on stock fremantle (+extras)
b) +extras-devel
c) on CSSU (stable/testing)
d) on something else (meecolay perhaps?)
I have done some experiments with only stock+extras (not even extras-devel), and I have got some nice results, but there are some hacky bits I want to discuss.
Step1
Step3
There are two different versions of "libQtSystemInfo.so":
Old libQtSystemInfo is causing this error.
It just works:
Test with CSSU-stable and CSSU-testing
Qt is now 4.7.4 which means qtquickcompat is not needed (if I understood correctly)
Step1 and Step2
Step3
Last edited by AapoRantalainen; 2013-11-14 at 07:48. Reason: cssu stable is also broken