ToastFreeware
/
toast
/
confclerk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Creating EventModel class
[toast/confclerk.git]
/
src
/
app
/
app.pro
1
TEMPLATE = app
2
TARGET = fosdem
3
DESTDIR = ../bin
4
QT += sql
5
6
# module dependencies
7
LIBS += -L$$DESTDIR -lgui -lmodel
8
INCLUDEPATH += ../gui
9
DEPENDPATH += . ../gui
10
TARGETDEPS += $$DESTDIR/libmodel.a $$DESTDIR/libgui.a
11
12
SOURCES += main.cpp
13