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