15 INCLUDEPATH += ../orm \
23 TARGETDEPS += $$DESTDIR/liborm.a \
29 INCLUDEPATH += ../alarm
30 DEPENDPATH += ../alarm
31 TARGETDEPS += $$DESTDIR/libqalarm.a
34 # A shamelessly long list of sources, headers and forms.
35 # Please note that resources MUST be added to the app module
36 # (which means they need to be added to the test module as well,
37 # but I am sure you can live with that for the time being).
39 FORMS += searchhead.ui \
41 daynavigatorwidget.ui \
42 importschedulewidget.ui \
49 HEADERS += roomstabcontainer.h \
51 trackstabcontainer.h \
53 searchtabcontainer.h \
55 dayviewtabcontainer.h \
56 conflictdialogcontainer.h \
59 daynavigatorwidget.h \
60 importschedulewidget.h \
66 SOURCES += roomstabcontainer.cpp \
68 trackstabcontainer.cpp \
70 searchtabcontainer.cpp \
72 dayviewtabcontainer.cpp \
73 conflictdialogcontainer.cpp \
76 daynavigatorwidget.cpp \
77 importschedulewidget.cpp \
84 FORMS += alarmdialog.ui
85 HEADERS += alarmdialog.h
86 SOURCES += alarmdialog.cpp