1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-05 16:46:06 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/welcome/welcome.pro
2013-04-05 23:46:56 +03:00

17 lines
342 B
Prolog

TEMPLATE = lib
TARGET = Welcome
QT += network declarative
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