diff -r 579cc610882e -r ef813d54df51 notes/notesui/notesapplication/notesapplication.pro --- a/notes/notesui/notesapplication/notesapplication.pro Tue Jul 06 14:14:56 2010 +0300 +++ b/notes/notesui/notesapplication/notesapplication.pro Wed Aug 18 09:47:38 2010 +0300 @@ -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