10 QMAKE_CLEAN += ../bin/libgui.a
17 INCLUDEPATH += ../orm \
25 POST_TARGETDEPS += $$DESTDIR/liborm.a \
31 INCLUDEPATH += ../alarm
32 DEPENDPATH += ../alarm
33 POST_TARGETDEPS += $$DESTDIR/libqalarm.a
36 # A shamelessly long list of sources, headers and forms.
37 # Please note that resources MUST be added to the app module
38 # (which means they need to be added to the test module as well,
39 # but I am sure you can live with that for the time being).
41 FORMS += searchhead.ui \
43 daynavigatorwidget.ui \
52 HEADERS += roomstabcontainer.h \
53 trackstabcontainer.h \
55 searchtabcontainer.h \
57 dayviewtabcontainer.h \
58 conflictdialogcontainer.h \
61 daynavigatorwidget.h \
68 SOURCES += roomstabcontainer.cpp \
69 trackstabcontainer.cpp \
71 searchtabcontainer.cpp \
73 dayviewtabcontainer.cpp \
74 conflictdialogcontainer.cpp \
77 daynavigatorwidget.cpp \
81 conferenceeditor.cpp \
84 HEADERS += errormessage.h
85 SOURCES += errormessage.cpp