name: rssnews
version: 0
summary: QtQuick example
description: A QtQuick example
confinement: devmode
apps:
rssnews:
command: desktop-launch rssnews -platform eglfs
plugs:
- network
parts:
rssnews:
plugin: qmake
qt-version: qt5
source: .
build-packages:
- qtbase5-dev
- libraspberrypi-dev
stage-packages:
# Here for the plugins-- they're not linked in automatically.
- libqt5declarative5
- qml-module-qtquick2
- qml-module-qtquick-xmllistmodel
- qml-module-qtquick-window2
after: [qt5]
qt5:
source: git://github.com/ubuntu/snapcraft-desktop-helpers
source-subdir: qt
make-parameters: ["FLAVOR=qt5"]
plugin: make
build-packages:
- qtbase5-dev
- dpkg-dev