mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-05 16:46:06 +01:00
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
include(uavobjectutil_dependencies.pri)
|
|
|
|
# Add the include path to the built-in uavobject include files.
|
|
INCLUDEPATH += $$PWD
|
|
|
|
LIBS *= -l$$qtLibraryName(UAVObjectUtil)
|