8 LIBS += -L$$DESTDIR -lmodel -lorm -lsql
9 INCLUDEPATH += ../orm ../model ../sql
10 DEPENDPATH += . ../orm ../model ../sql
11 TARGETDEPS += $$DESTDIR/liborm.a $$DESTDIR/libmodel.a $$DESTDIR/libsql.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 \
23 HEADERS += mainwindow.h \
26 SOURCES += mainwindow.cpp \
27 daynavigatorwidget.cpp