8 LIBS += -L$$DESTDIR -lmvc -lorm -lsql -lqalarm
9 INCLUDEPATH += ../orm ../mvc ../sql ../alarm
10 DEPENDPATH += . ../orm ../mvc ../sql ../alarm
11 TARGETDEPS += $$DESTDIR/liborm.a $$DESTDIR/libmvc.a $$DESTDIR/libsql.a $$DESTDIR/libqalarm.a
14 # A shamelessly long list of sources, headers and forms.
15 # Please note that resources MUST be added to the app module
16 # (which means they need to be added to the test module as well,
17 # but I am sure you can live with that for the time being).
19 FORMS += mainwindow.ui \
20 daynavigatorwidget.ui \
24 HEADERS += mainwindow.h \
25 daynavigatorwidget.h \
28 SOURCES += mainwindow.cpp \
29 daynavigatorwidget.cpp \