1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-14 21:23:52 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/welcome/welcome.pro
2013-11-14 00:04:34 +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