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
/
plugins
/
debuggadget
/
debuggadget.pro
blob
6c9fb44195a5d4e8a0a1bbe5475435116b4327e5
1
TEMPLATE
=
lib
2
TARGET
=
DebugGadget
3
4
QT
+=
widgets
5
6
include
(../../
plugin
.
pri
)
7
include
(../../
plugins
/
coreplugin
/
coreplugin
.
pri
)
8
9
HEADERS
+=
\
10
debugplugin
.
h \
11
debugengine
.
h \
12
debuggadget
.
h \
13
debuggadgetwidget
.
h \
14
debuggadgetfactory
.
h
15
16
SOURCES
+=
\
17
debugplugin
.
cpp \
18
debugengine
.
cpp \
19
debuggadget
.
cpp \
20
debuggadgetfactory
.
cpp \
21
debuggadgetwidget
.
cpp
22
23
OTHER_FILES
+=
DebugGadget
.
pluginspec
24
25
FORMS
+=
\
26
debug
.
ui