1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-15 22:23:51 +01:00
LibrePilot/ground/src/plugins/uavobjectbrowser/uavobjectbrowser.pro
ephy 85aef7c757 GCS/uavobjectbrowser: First addition of UAVObject browser gadget. Work in progress.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@436 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-04-07 18:38:20 +00:00

25 lines
734 B
Prolog

TEMPLATE = lib
TARGET = UAVObjectBrowser
include(../../openpilotgcsplugin.pri)
include(uavobjectbrowser_dependencies.pri)
HEADERS += browserplugin.h \
uavobjectbrowserconfiguration.h \
uavobjectbrowser.h \
uavobjectbrowserwidget.h \
uavobjectbrowserfactory.h \
uavobjectbrowseroptionspage.h \
uavobjecttreemodel.h \
treeitem.h \
browseritemdelegate.h
SOURCES += browserplugin.cpp \
uavobjectbrowserconfiguration.cpp \
uavobjectbrowser.cpp \
uavobjectbrowserfactory.cpp \
uavobjectbrowserwidget.cpp \
uavobjectbrowseroptionspage.cpp \
uavobjecttreemodel.cpp \
treeitem.cpp \
browseritemdelegate.cpp
OTHER_FILES += UAVObjectBrowser.pluginspec
FORMS += uavobjectbrowser.ui