14 INCLUDEPATH += ../orm \
22 TARGETDEPS += $$DESTDIR/liborm.a \
28 INCLUDEPATH += ../alarm
29 DEPENDPATH += ../alarm
30 TARGETDEPS += $$DESTDIR/libqalarm.a
33 # A shamelessly long list of sources, headers and forms.
34 # Please note that resources MUST be added to the app module
35 # (which means they need to be added to the test module as well,
36 # but I am sure you can live with that for the time being).
38 FORMS += searchhead.ui \
40 daynavigatorwidget.ui \
41 importschedulewidget.ui \
48 HEADERS += roomstabcontainer.h \
50 trackstabcontainer.h \
52 searchtabcontainer.h \
54 dayviewtabcontainer.h \
55 conflictdialogcontainer.h \
58 daynavigatorwidget.h \
59 importschedulewidget.h \
65 SOURCES += roomstabcontainer.cpp \
67 trackstabcontainer.cpp \
69 searchtabcontainer.cpp \
71 dayviewtabcontainer.cpp \
72 conflictdialogcontainer.cpp \
75 daynavigatorwidget.cpp \
76 importschedulewidget.cpp \
83 FORMS += alarmdialog.ui
84 HEADERS += alarmdialog.h
85 SOURCES += alarmdialog.cpp