ToastFreeware
/
debian
/
fosdem-schedule.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New upstream release 0.4.1 + svn snapshot r262.
[debian/fosdem-schedule.git]
/
src
/
mvc
/
mvc.pro
1
include(../global.pri)
2
TEMPLATE = lib
3
TARGET = mvc
4
DESTDIR = ../bin
5
CONFIG += static
6
QT += sql
7
8
# module dependencies
9
LIBS += -L$$DESTDIR \
10
-lorm
11
INCLUDEPATH += ../orm ../app
12
DEPENDPATH += . \
13
../orm
14
TARGETDEPS += $$DESTDIR/liborm.a
15
maemo {
16
LIBS += -L$$DESTDIR \
17
-lqalarm \
18
-lalarm
19
INCLUDEPATH += ../alarm
20
DEPENDPATH += ../alarm
21
TARGETDEPS += $$DESTDIR/libqalarm.a
22
}
23
HEADERS += event.h \
24
conference.h \
25
track.h \
26
delegate.h \
27
eventmodel.h \
28
treeview.h \
29
room.h \
30
conferencemodel.h
31
SOURCES += event.cpp \
32
conference.cpp \
33
track.cpp \
34
delegate.cpp \
35
eventmodel.cpp \
36
treeview.cpp \
37
room.cpp \
38
conferencemodel.cpp