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