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 \
53 trackstabcontainer.h \
55 searchtabcontainer.h \
57 dayviewtabcontainer.h \
58 conflictdialogcontainer.h \
61 daynavigatorwidget.h \
68 SOURCES += roomstabcontainer.cpp \
70 trackstabcontainer.cpp \
72 searchtabcontainer.cpp \
74 dayviewtabcontainer.cpp \
75 conflictdialogcontainer.cpp \
78 daynavigatorwidget.cpp \
82 conferenceeditor.cpp \
85 HEADERS += errormessage.h
86 SOURCES += errormessage.cpp
92 # FORMS += alarmdialog.ui
93 # HEADERS += alarmdialog.h
94 # SOURCES += alarmdialog.cpp