1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-13 20:48:42 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/welcome/welcome.pro
2013-12-18 20:14:26 +01:00

17 lines
340 B
Prolog

TEMPLATE = lib
TARGET = Welcome
QT += network qml quick
include(../../openpilotgcsplugin.pri)
include(welcome_dependencies.pri)
HEADERS += welcomeplugin.h \
welcomemode.h \
welcome_global.h
SOURCES += welcomeplugin.cpp \
welcomemode.cpp \
RESOURCES += welcome.qrc
DEFINES += WELCOME_LIBRARY
OTHER_FILES += Welcome.pluginspec