maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Development (https://talk.maemo.org/forumdisplay.php?f=13)
-   -   QT Mobility + MADDE? (https://talk.maemo.org/showthread.php?t=50938)

dslfoolish 2010-04-24 18:46

QT Mobility + MADDE?
 
Has anyone been able to get MADDE working with Qt Mobility? I successfully installed Qt Mobility on Windows 7, and have projects including Qt Mobility compiling in Qt Creator just fine.

But when I set the build destination (in Qt Creator) for the N900 using MADDE's qmake/make, I get compiler errors complaining about not being able to resolve QtMobility namespaces/includes.

Has anyone been able to hook in 3rd party libs to MADDE? If not, is there an easy alternative way to use Qt Creator with Qt Mobility developing for an N900? Linux + Scratchbox, perhaps?

Thanks!

macron 2010-04-25 13:19

Re: QT Mobility + MADDE?
 
Hi,
Although it is possible to extend MADDE with 3rd party libbraries the process is not straightforward. This leaves you several alternatives:
  • Wait for the Qt Mobility version of MADDE
  • Configure MADDE with the cross compiled libraries
  • Include the Qt Mobility project file inside your Qt projext
  • Use scratchbox

I will ask the developers of MADDE to provide information on how to extend it, but in the meantime I would recommend the 3rd option.

Ronan

Meego Dev Advocate

davidmaxwaterman 2010-04-26 09:18

Re: QT Mobility + MADDE?
 
Quote:

Originally Posted by macron (Post 626975)
Hi,
Although it is possible to extend MADDE with 3rd party libbraries the process is not straightforward. This leaves you several alternatives:
  • Wait for the Qt Mobility version of MADDE
  • Configure MADDE with the cross compiled libraries
  • Include the Qt Mobility project file inside your Qt projext
  • Use scratchbox

I will ask the developers of MADDE to provide information on how to extend it, but in the meantime I would recommend the 3rd option.

Ronan

Meego Dev Advocate

I had the same problem and opted for the 4th option (ie move back to scratchbox).

Max.

rontti 2010-04-28 08:06

Re: QT Mobility + MADDE?
 
You don't have to wait anymore.

http://www.forum.nokia.com/Tools_Doc.../Nokia_Qt_SDK/

Larswad 2010-04-28 08:38

Re: QT Mobility + MADDE?
 
Quote:

Originally Posted by rontti (Post 631078)

assssss.....kicking!

Guess MADDE and scratchbox will be history then?

rontti 2010-04-28 09:14

Re: QT Mobility + MADDE?
 
Quote:

Originally Posted by Larswad (Post 631100)
assssss.....kicking!

Guess MADDE and scratchbox will be history then?

Actually Nokia SDK contains MADDE.

attila77 2010-04-28 09:40

Re: QT Mobility + MADDE?
 
Nokia Qt SDK = Qt + Qt Mobility + Qt Creator/Designer/Linguist + MADDE + Simulator (qemu ?) + Qt Examples & Docs

rlinfati 2010-04-28 10:08

Re: QT Mobility + MADDE?
 
Simulator is only a skin... run on x86(-64)

attila77 2010-04-28 10:20

Re: QT Mobility + MADDE?
 
there is actually an option to run ARM stuff, but I guess that's for the on-device execution case for which support is coming with PR1.2

davidmaxwaterman 2010-04-30 02:17

Re: QT Mobility + MADDE?
 
Quote:

Originally Posted by rontti (Post 631078)

Ok, I downloaded it and opened my project in QtCreator, but when I build, I get an error :

Code:

/scratchbox/users/davidmaxwaterman/home/davidmaxwaterman/ptas/zouba-build/../zouba/src/route_p.cpp:9: error: QMaemo5InformationBox: No such file or directory
I guess I've done something wrong. Are there some directions specific to maemo somewhere?

Max.

danielwilms 2010-04-30 08:12

Re: QT Mobility + MADDE?
 
HI,

Quote:

Originally Posted by davidmaxwaterman (Post 634382)
Ok, I downloaded it and opened my project in QtCreator, but when I build, I get an error :

Code:

/scratchbox/users/davidmaxwaterman/home/davidmaxwaterman/ptas/zouba-build/../zouba/src/route_p.cpp:9: error: QMaemo5InformationBox: No such file or directory
I guess I've done something wrong. Are there some directions specific to maemo somewhere?

Max.

Are you building it for Maemo or for your host-environment? Did you include "maemo5" in your *.pro file, like:

Code:

QT += maemo5
Daniel

davidmaxwaterman 2010-04-30 13:48

Re: QT Mobility + MADDE?
 
Quote:

Originally Posted by danielwilms (Post 634633)
HI,



Are you building it for Maemo or for your host-environment? Did you include "maemo5" in your *.pro file, like:

Code:

QT += maemo5
Daniel

well, i think so. my project file is here.

max.


All times are GMT. The time now is 11:24.

vBulletin® Version 3.8.8