mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-03 20:29:15 +01:00
23 lines
590 B
Prolog
23 lines
590 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = WaypointEditor
|
||
|
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||
|
include(../../plugins/uavobjects/uavobjects.pri)
|
||
|
|
||
|
HEADERS += waypointeditorgadget.h
|
||
|
HEADERS += waypointeditorgadgetwidget.h
|
||
|
HEADERS += waypointeditorgadgetfactory.h
|
||
|
HEADERS += waypointeditorplugin.h
|
||
|
|
||
|
SOURCES += waypointeditorgadget.cpp
|
||
|
SOURCES += waypointeditorgadgetwidget.cpp
|
||
|
SOURCES += waypointeditorgadgetfactory.cpp
|
||
|
SOURCES += waypointeditorplugin.cpp
|
||
|
|
||
|
OTHER_FILES += waypointeditor.pluginspec
|
||
|
|
||
|
FORMS += waypointeditor.ui
|
||
|
|
||
|
RESOURCES += waypointeditor.qrc
|