-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnapcraft.yaml
37 lines (33 loc) · 903 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: timostestapp2
version: '0.0.1~test'
summary: Upstream Qt to be compiled as part of your project
description: |
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
This package includes several Qt Project's Qt modules as is from upstream.
grade: stable
confinement: strict
parts:
qtapp2:
after: [qt57]
plugin: qmake
qt-version: qt5
source: .
stage-packages:
- libxkbcommon0
- ttf-ubuntu-font-family
- dmz-cursor-theme
- light-themes
- shared-mime-info
- libgdk-pixbuf2.0-0
- locales-all
- libglib2.0-bin
launcher:
plugin: dump
source: .
organize:
launcher: bin/qtapp2.run
apps:
timostestapp2:
command: bin/qtapp2.run
plugs: ['home', 'unity7', 'opengl']