![]() |
2010-10-24
, 22:15
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#162
|
The Following User Says Thank You to Venemo For This Useful Post: | ||
![]() |
2010-10-24
, 23:33
|
|
Posts: 1,055 |
Thanked: 4,107 times |
Joined on Oct 2009
@ Norway
|
#163
|
Here's how I see the situation:
So basically we have 3 main separate and largely incompatible GUI tools:
- QWidgets: Native look&feel for each platform, cross-platform but deprecated.
- QML: also cross-platform, but mostly recommended for creating totally unique GUIs.
- MeeGo Touch: MeeGo only; hardware-accellerated
So the cheapest solution is to use one of these depending on your target platforms, and if you can afford it, you can use the others too for making different UIs for different platforms.
Do I see the situation correctly?
![]() |
2010-10-24
, 23:46
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#164
|
![]() |
2010-10-24
, 23:49
|
|
Posts: 1,055 |
Thanked: 4,107 times |
Joined on Oct 2009
@ Norway
|
#165
|
Where I can find Qt 4.6 binaries for ARM platform (Maemo5)?
Maemo repository doesn't have it (see bug https://bugs.maemo.org/show_bug.cgi?id=11437)
![]() |
2010-10-24
, 23:56
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#166
|
For dev stuff, you can't. It's just not available, thanks to the way they do packages. You'll need to build it yourself via scratchbox and/or chicken sacrifice.
[I don't think this is strictly on-topic for this thread, btw]
![]() |
2010-10-25
, 01:06
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#167
|
![]() |
2010-10-25
, 01:28
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#168
|
![]() |
2010-10-25
, 02:00
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#169
|
I could not ask without reason, you can try yourself. Or just follow the reference to bug - I put some interesting output in it.
The Following User Says Thank You to daperl For This Useful Post: | ||
![]() |
2010-10-25
, 05:06
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#170
|
--- qt4-x11-4.6.2~git20100401.orig/configure 2010-04-08 02:48:34.000000000 -0700 +++ qt4-x11-4.6.2~git20100401/configure 2010-10-24 21:52:36.000000000 -0700 @@ -2297,7 +2297,8 @@ # if we're within scratchbox, build qmake and friends with the host compiler if [ -z "$PLATFORM" ] && [ -z "$XPLATFORM" ] && [ "$SBOX_UNAME_MACHINE" = "arm" ] ; then XPLATFORM="linux-g++-maemo5" - PLATFORM="linux-host-g++" + #PLATFORM="linux-host-g++" + PLATFORM="linux-g++-maemo5" QT_FORCE_PKGCONFIG=yes fi if [ -z "$CFG_ARCH" ] && [ "$SBOX_UNAME_MACHINE" = "arm" ] ; then
dpkg-buildpackage -b -d -nc -rfakeroot
The Following User Says Thank You to daperl For This Useful Post: | ||
![]() |
Tags |
cross-platform, dui, future, harmattan, libdui, maemo, maemo 6, plain qt, programming, source compatibility, symbian |
|
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc