Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / experimental / USB_UPLOAD_TOOL / upload.pro
blob2316e11af467851fd20936e67ce336f62c56249b
1 #-------------------------------------------------
3 # Project created by QtCreator 2010-07-24T11:26:38
5 #-------------------------------------------------
7 TEMPLATE = app
8 TARGET = UploadTool
10 QT += core serialport
11 QT -= gui
13 CONFIG += console
14 CONFIG -= app_bundle
15 # don't build both debug and release
16 CONFIG -= debug_and_release
18 SOURCES += \
19 main.cpp \
20 dfu.cpp \
21 ./SSP/qssp.cpp \
22 ./SSP/port.cpp \
23 ./SSP/qsspt.cpp \
25 HEADERS += \
26 dfu.h \
27 ./SSP/qssp.h \
28 ./SSP/port.h \
29 ./SSP/common.h \
30 ./SSP/qsspt.h