ToastFreeware
/
toast
/
confclerk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
started work on alarm(libaalarm)
[toast/confclerk.git]
/
src
/
alarm
/
alarm.pro
1
TEMPLATE = lib
2
TARGET = qalarm
3
DESTDIR = ../bin
4
CONFIG += static
5
6
# module dependencies
7
LIBS += -lalarm
8
DEPENDPATH += .
9
10
HEADERS += alarm.h
11
12
SOURCES += alarm.cpp
13