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 \
48 proxysettingsdialog.ui
50 HEADERS += roomstabcontainer.h \
52 trackstabcontainer.h \
54 searchtabcontainer.h \
56 dayviewtabcontainer.h \
57 conflictdialogcontainer.h \
60 daynavigatorwidget.h \
61 importschedulewidget.h \
68 SOURCES += roomstabcontainer.cpp \
70 trackstabcontainer.cpp \
72 searchtabcontainer.cpp \
74 dayviewtabcontainer.cpp \
75 conflictdialogcontainer.cpp \
78 daynavigatorwidget.cpp \
79 importschedulewidget.cpp \
84 proxysettingsdialog.cpp
87 FORMS += alarmdialog.ui
88 HEADERS += alarmdialog.h
89 SOURCES += alarmdialog.cpp