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
/
uavobjects
/
uavobjects.pri
blob
617685dbf7b37c88091a387a6fab6cb68b000cf4
1
include(uavobjects_dependencies.pri)
2
3
# Add the include path to the built-in uavobject include files.
4
INCLUDEPATH += $$PWD
5
# Add the include path to the generated uavobject include files.
6
INCLUDEPATH += $$shadowed($$PWD)
7
8
LIBS *= -l$$qtLibraryName(UAVObjects)