aboutsummaryrefslogtreecommitdiffstats
path: root/com.pelagicore.samegame/com.pelagicore.samegame.pro
blob: 4e2a0a97c364012bbf75d1e2f3f265fba61417b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = aux

FILES += info.yaml \
         icon.png \
         Main.qml \
         Samegame.qml

app.files = $$FILES
app.path = /apps/com.pelagicore.samegame

content.files += content
content.path = /apps/com.pelagicore.samegame

INSTALLS += app content

AM_MANIFEST = info.yaml
AM_PACKAGE_DIR = $$app.path

load(am-app)