diff -r 0b38fc5b94c6 -r 2c54b51f39c4 notes/notesui/notesapplication/notesapplication.pro --- a/notes/notesui/notesapplication/notesapplication.pro Mon Jul 12 02:32:28 2010 +0530 +++ b/notes/notesui/notesapplication/notesapplication.pro Mon Jul 26 13:54:38 2010 +0530 @@ -20,11 +20,13 @@ INCLUDEPATH += \ . \ ../notesappcontroller/inc \ - ../../inc + ../../inc \ + ./traces DEPENDPATH += \ . \ ./src \ + ./inc \ ../../data symbian: { @@ -51,7 +53,12 @@ SKINICON = qtg_large_notes } -SOURCES += main.cpp +SOURCES += \ + main.cpp \ + notesapplication.cpp + +HEADERS += \ + notesapplication.h RESOURCES += notes.qrc