aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: f31955e52fd5b86323a86da6a2df929af38acc5d (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
32
33
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 \
         AuthWebPageInteraction.qml \
         SettingsView.qml

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

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

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

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

INSTALLS += app assets conf database

OTHER_FILES += $$FILES