mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
include(uavobjects_dependencies.pri)
|
|
|
|
# Add the include path to the built-in uavobject include files.
|
|
INCLUDEPATH += $$PWD
|
|
|
|
LIBS *= -l$$qtLibraryName(UAVObjects)
|