Building the new example code (examples that include QTMobility)
Hi,
I'm trying to build some of the latest code examples found [URL="http://www.forum.nokia.com/Tools_Docs_and_Code/Code_Examples/"]here[/URL]
I can't compile the code because the project can't find the QTMobility headers. I've managed to build and run the examples that come with the QTMobility zip file.
How do I include QTMobility in these new examples?
I've searched the forums for an answer and the web. I've tried to look through the .pro files of the original examples but my knowledge of QT is still very limited. Any pointers would be much appreciated.
Thanks,
Spol
Re: Building the new example code (examples that include QTMobility)
I still can't compile the new examples. Can anybody guide me on how to include the QTMobility headers/libs?
Thanks
Spol
Re: Building the new example code (examples that include QTMobility)
What is the exact error?? Have you modified your .pro file to add QtMobility module in it? Added required INCLUDEPATH in your .pro file??
Re: Building the new example code (examples that include QTMobility)
Hi Savaj,
Thanks for replying.
When adding the include paths, I tried to follow the examples that came with the QTMobility zip. The manner in which these original example projects include the QTMobility files isn't easy to follow.
I did add the include paths but there are interdependent header files which aren't found. I kept adding additional include paths but eventually assumed I must be doing something wrong.
[URL="http://qt-mobility.blogspot.com/search/label/Qt%20for%20Symbian%20Development"]Here[/URL] Hendy Irawan discusses setting up QTMobility. He states
[QUOTE] ...we still need to at least "configure" Qt Mobility. That should create "qcontact.h" etc. on C:\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\include[/QUOTE]
After I run the config, I don't see any new headers in my Epoc32/Include.
As I said, I can build the examples that came with the QTMobility zip. But I must have done something wrong. Can you point me to a resource that explain how to include QTMobility?