projects
/
csrprogrammer:csrremote.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit
[csrprogrammer:csrremote.git]
/
CsrRemote.pro
1
TEMPLATE = app
2
CONFIG += console
3
CONFIG -= qt
4
5
unix:!symbian: LIBS += -lusb-1.0
6
7
SOURCES += main.cpp \
8
remote.cpp \
9
usbprogrammer.cpp \
10
usbdriver.cpp \
11
stopwatch.cpp \
12
devicemanager.cpp \
13
programmer.cpp
14
15
HEADERS += \
16
remote.h \
17
usbprogrammer.h \
18
usbdriver.h \
19
stopwatch.h \
20
devicemanager.h \
21
bc_def.h \
22
programmer.h
23