2010-04-07 20:38:20 +02:00
|
|
|
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 \
|
2010-04-15 21:59:45 +02:00
|
|
|
browseritemdelegate.h \
|
|
|
|
fieldtreeitem.h
|
2010-04-07 20:38:20 +02:00
|
|
|
SOURCES += browserplugin.cpp \
|
|
|
|
uavobjectbrowserconfiguration.cpp \
|
|
|
|
uavobjectbrowser.cpp \
|
|
|
|
uavobjectbrowserfactory.cpp \
|
|
|
|
uavobjectbrowserwidget.cpp \
|
|
|
|
uavobjectbrowseroptionspage.cpp \
|
|
|
|
uavobjecttreemodel.cpp \
|
|
|
|
treeitem.cpp \
|
2010-04-15 21:59:45 +02:00
|
|
|
browseritemdelegate.cpp \
|
|
|
|
fieldtreeitem.cpp
|
2010-04-07 20:38:20 +02:00
|
|
|
OTHER_FILES += UAVObjectBrowser.pluginspec
|
2010-06-01 10:07:53 +02:00
|
|
|
FORMS += uavobjectbrowser.ui \
|
|
|
|
uavobjectbrowseroptionspage.ui
|