aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 247f50bf3e8762f899e85d9b4ce567b60c6ebfba (plain)
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
TEMPLATE = aux

QT += quick widgets

FILES += info.yaml \
         icon.png \
         main.qml \
         Header.qml \
         AlexaView.qml \
         AuthView.qml \
         BasicCard.qml \
         Footer.qml \
         WeatherCard.qml \
         InfoCard.qml \
         MainView.qml

app.files = $$FILES
app.path = /apps/com.luxoft.alexa

assets.files = ./../gfx/*.png
assets.path = /apps/com.luxoft.alexa/assets

conf.files = ./../conf/AlexaClientSDKConfig.json
conf.path = /apps/com.luxoft.alexa/conf

database.files = ./../database
database.path = /apps/com.luxoft.alexa

INSTALLS += app assets conf database

OTHER_FILES += $$FILES