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).
37 FORMS += searchhead.ui \
39 daynavigatorwidget.ui \
40 importschedulewidget.ui \
45 HEADERS += roomstabcontainer.h \
47 trackstabcontainer.h \
49 searchtabcontainer.h \
51 dayviewtabcontainer.h \
53 daynavigatorwidget.h \
54 importschedulewidget.h \
59 SOURCES += roomstabcontainer.cpp \
61 trackstabcontainer.cpp \
63 searchtabcontainer.cpp \
65 dayviewtabcontainer.cpp \
67 daynavigatorwidget.cpp \
68 importschedulewidget.cpp \
74 FORMS += searchhead.ui \
76 HEADERS += roomstabcontainer.h \
78 trackstabcontainer.h \
80 searchtabcontainer.h \
82 dayviewtabcontainer.h \
84 SOURCES += roomstabcontainer.cpp \
86 trackstabcontainer.cpp \
88 searchtabcontainer.cpp \
90 dayviewtabcontainer.cpp \