Hi all, I'm using QT SDK 1.1_TP & I tried to run calendar demo example in this link http://doc.qt.nokia.com/qtmobility-1...endardemo.html but when I run the application it fails and gives me this error: C:/QTProjects/calendardemo/addcalendarpage.h:45: error: qorganizercollection.h: No such file or directory. When I looked .pro file the paths were like this:
INCLUDEPATH += . \
../../include \
../../src/organizer/ \
../../src/organizer/items \
../../src/organizer/details \
../../src/organizer/filters \
../../src/organizer/requests \
../../src/versit \
../../src/versitorganizer
So I also added these paths:
INCLUDEPATH+=C:/QtSDK/Symbian/SDKs/Symbian3Qt471/src/organizer
INCLUDEPATH+=C:/QtSDK/Symbian/SDKs/Symbian3Qt471/src/organizer/items
INCLUDEPATH+=C:/QtSDK/Symbian/SDKs/Symbian3Qt471/src/organizer/details
INCLUDEPATH+=C:/QtSDK/Symbian/SDKs/Symbian3Qt471/src/organizer/filters
INCLUDEPATH+=C:/QtSDK/Symbian/SDKs/Symbian3Qt471/src/organizer/requests
After adding these lines the error message changed : :"-1: error: Recipe linkandpostlink failed with exit code 1."
Any idea about this issue? Here is the build log:



