ToastFreeware
/
debian
/
confclerk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Upstream version 0.6.0
[debian/confclerk.git]
/
src
/
alarm
/
alarm.pro
1
TEMPLATE = lib
2
TARGET = qalarm
3
DESTDIR = ../bin
4
CONFIG += static
5
QT += sql
6
QMAKE_CLEAN += ../bin/libqalarm.a
7
8
# module dependencies
9
LIBS += -lalarm
10
DEPENDPATH += .
11
12
HEADERS += alarm.h \
13
14
SOURCES += alarm.cpp \
15
16
INCLUDEPATH += ../gui \
17
../mvc \
18
../orm \
19
../sql