ToastFreeware
/
debian
/
fosdem-schedule.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update Vcs-* headers.
[debian/fosdem-schedule.git]
/
src
/
test
/
test.pro
1
TEMPLATE = app
2
TARGET = test
3
DESTDIR = ../bin
4
CONFIG += qtestlib console
5
QT += sql
6
7
# module dependencies
8
LIBS += -L$$DESTDIR -lgui -lmvc
9
INCLUDEPATH += ../gui ../mvc ../orm
10
DEPENDPATH += . ../gui ../mvc ../orm
11
TARGETDEPS += $$DESTDIR/libmvc.a $$DESTDIR/libgui.a $$DESTDIR/liborm.a
12
13
SOURCES += main.cpp \
14
mvc/EventTest.cpp
15
16
HEADERS += \
17
mvc/EventTest.h
18