mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-08 19:46:06 +01:00
d666a61bf5
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2829 ebee16cc-31ac-478f-84a7-5cbb03baadba
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
include(uavobjectutil_dependencies.pri)
|
|
|
|
# Add the include path to the built-in uavobject include files.
|
|
INCLUDEPATH += $$PWD
|
|
|
|
LIBS *= -l$$qtLibraryTarget(UAVObjectUtil)
|