On Tuesday 17. August 2010 07.35.21 Matt Yung wrote: > Hi Gibran, > Thanks for you reply! > I downloaded the source code from > http://meego.gitorious.org/meegotouch/meegotouch-home/commits/master again > and checked the new package. It also missed homescreenadaptor.h and > applicationcontext.h. > My building behavior is : > 1. unpack the tar.gz > 2. qmake -project > 3. qmake > 4. make > > Is there anything wrong with my behavior?
Yes. Don't run qmake -project.
That is something that a developer runs once, then he'll maintain the .pro
file.
If you run it again, you'll override all of the settings.
The fact that you're missing a file ending in "adaptor.h" sounds like the rules
for processing D-Bus XML files into C++ code were removed.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
