]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/gui.pro
implemented day navigator widget
[toast/confclerk.git] / src / gui / gui.pro
index 26c53868ea57835a45ed75679efb3a395f522fd8..9849e2747d67da46220768d693bb0702fb1ea2e8 100644 (file)
@@ -15,8 +15,14 @@ TARGETDEPS += $$DESTDIR/liborm.a $$DESTDIR/libmodel.a $$DESTDIR/libsql.a
 # 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