9 QMAKE_CLEAN += ../bin/libgui.a
16 INCLUDEPATH += ../orm \
24 POST_TARGETDEPS += $$DESTDIR/liborm.a \
30 INCLUDEPATH += ../alarm
31 DEPENDPATH += ../alarm
32 POST_TARGETDEPS += $$DESTDIR/libqalarm.a
35 # A shamelessly long list of sources, headers and forms.
36 # Please note that resources MUST be added to the app module
37 # (which means they need to be added to the test module as well,
38 # but I am sure you can live with that for the time being).
40 FORMS += searchhead.ui \
42 daynavigatorwidget.ui \
51 HEADERS += roomstabcontainer.h \
52 trackstabcontainer.h \
54 searchtabcontainer.h \
56 dayviewtabcontainer.h \
57 conflictdialogcontainer.h \
60 daynavigatorwidget.h \
67 SOURCES += roomstabcontainer.cpp \
68 trackstabcontainer.cpp \
70 searchtabcontainer.cpp \
72 dayviewtabcontainer.cpp \
73 conflictdialogcontainer.cpp \
76 daynavigatorwidget.cpp \
80 conferenceeditor.cpp \
83 HEADERS += errormessage.h
84 SOURCES += errormessage.cpp