repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git]
/
ground
/
gcs
/
src
/
experimental
/
USB_UPLOAD_TOOL
/
upload.pro
blob
2316e11af467851fd20936e67ce336f62c56249b
1
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2010-07-24T11:26:38
4
#
5
#-------------------------------------------------
6
7
TEMPLATE
=
app
8
TARGET
=
UploadTool
9
10
QT
+=
core serialport
11
QT
-=
gui
12
13
CONFIG
+=
console
14
CONFIG
-=
app_bundle
15
# don
't build both debug and release
16
CONFIG -= debug_and_release
17
18
SOURCES += \
19
main.cpp \
20
dfu.cpp \
21
./SSP/qssp.cpp \
22
./SSP/port.cpp \
23
./SSP/qsspt.cpp \
24
25
HEADERS += \
26
dfu.h \
27
./SSP/qssp.h \
28
./SSP/port.h \
29
./SSP/common.h \
30
./SSP/qsspt.h