# Please note that resources MUST be added to the app module
# (which means they need to be added to the test module as well,
# but I am sure you can live with that for the time being).
+
FORMS += mainwindow.ui \
+ daynavigatorwidget.ui \
about.ui
-SOURCES += mainwindow.cpp
-HEADERS += mainwindow.h
+
+HEADERS += mainwindow.h \
+ daynavigatorwidget.h
+
+SOURCES += mainwindow.cpp \
+ daynavigatorwidget.cpp