DESTDIR = ../bin
CONFIG += static
QT += sql \
- xml
+ xml \
+ network
+QMAKE_CLEAN += ../bin/libgui.a
# module dependencies
LIBS += -L$$DESTDIR \
../orm \
../mvc \
../sql
-TARGETDEPS += $$DESTDIR/liborm.a \
+POST_TARGETDEPS += $$DESTDIR/liborm.a \
$$DESTDIR/libmvc.a \
$$DESTDIR/libsql.a
maemo {
-lqalarm
INCLUDEPATH += ../alarm
DEPENDPATH += ../alarm
- TARGETDEPS += $$DESTDIR/libqalarm.a
+ POST_TARGETDEPS += $$DESTDIR/libqalarm.a
}
# A shamelessly long list of sources, headers and forms.
# Please note that resources MUST be added to the app module
# (which means they need to be added to the test module as well,
# but I am sure you can live with that for the time being).
+
FORMS += searchhead.ui \
mainwindow.ui \
daynavigatorwidget.ui \
- importschedulewidget.ui \
about.ui \
eventdialog.ui \
+ conflictsdialog.ui \
tabcontainer.ui \
- mapwindow.ui
+ settingsdialog.ui \
+ conferenceeditor.ui \
+ urlinputdialog.ui
+
HEADERS += roomstabcontainer.h \
- nowtabcontainer.h \
trackstabcontainer.h \
favtabcontainer.h \
searchtabcontainer.h \
searchhead.h \
dayviewtabcontainer.h \
+ conflictdialogcontainer.h \
+ conflictsdialog.h \
mainwindow.h \
daynavigatorwidget.h \
- importschedulewidget.h \
eventdialog.h \
- tabwidget.h \
tabcontainer.h \
- mapwindow.h
+ settingsdialog.h \
+ conferenceeditor.h \
+ urlinputdialog.h
+
SOURCES += roomstabcontainer.cpp \
- nowtabcontainer.cpp \
trackstabcontainer.cpp \
favtabcontainer.cpp \
searchtabcontainer.cpp \
searchhead.cpp \
dayviewtabcontainer.cpp \
+ conflictdialogcontainer.cpp \
+ conflictsdialog.cpp \
mainwindow.cpp \
daynavigatorwidget.cpp \
- importschedulewidget.cpp \
eventdialog.cpp \
- tabwidget.cpp \
tabcontainer.cpp \
- mapwindow.cpp
-maemo {
- FORMS += searchhead.ui \
- alarmdialog.ui
- HEADERS += roomstabcontainer.h \
- nowtabcontainer.h \
- trackstabcontainer.h \
- favtabcontainer.h \
- searchtabcontainer.h \
- searchhead.h \
- dayviewtabcontainer.h \
- alarmdialog.h
- SOURCES += roomstabcontainer.cpp \
- nowtabcontainer.cpp \
- trackstabcontainer.cpp \
- favtabcontainer.cpp \
- searchtabcontainer.cpp \
- searchhead.cpp \
- dayviewtabcontainer.cpp \
- alarmdialog.cpp
+ settingsdialog.cpp \
+ conferenceeditor.cpp \
+ urlinputdialog.cpp
+
+HEADERS += errormessage.h
+SOURCES += errormessage.cpp
+CONFIG(maemo5) {
+ QT += maemo5
}
+