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