mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-15 22:23:51 +01:00
17 lines
495 B
Prolog
17 lines
495 B
Prolog
|
TEMPLATE = lib
|
||
|
TARGET = IPconnection
|
||
|
include(../../openpilotgcsplugin.pri)
|
||
|
include(ipconnection_dependencies.pri)
|
||
|
HEADERS += ipconnectionplugin.h \
|
||
|
ipconnection_global.h \
|
||
|
ipconnectionconfiguration.h \
|
||
|
ipconnectionoptionspage.h
|
||
|
SOURCES += ipconnectionplugin.cpp \
|
||
|
ipconnectionconfiguration.cpp \
|
||
|
ipconnectionoptionspage.cpp
|
||
|
FORMS += ipconnectionoptionspage.ui
|
||
|
RESOURCES +=
|
||
|
DEFINES += IPconnection_LIBRARY
|
||
|
OTHER_FILES += IPconnection.pluginspec
|
||
|
QT += network
|