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

17 lines
340 B
Prolog
Raw Normal View History

2013-04-05 22:46:56 +02:00
TEMPLATE = lib
TARGET = Welcome
2013-11-14 00:04:34 +01:00
QT += network qml quick
2013-04-05 22:46:56 +02:00
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