aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.alexa.pro
blob: 5b8b89f53328f9d6eb5fe6d0c719ca7146b9ae58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = subdirs

SUBDIRS += plugins \
           app

app.depends = plugins

AM_MANIFEST = $$PWD/app/info.yaml
AM_PACKAGE_DIR = /apps/com.luxoft.alexa

!packagesExist(AlexaClientSDK) {
    log("$$escape_expand(\\n\\n) *** No Alexa Client SDK package available: Make sure Alexa Client SDK is installed and configured correctly ***")
    log("$$escape_expand(\n) *** Please refer to README.md for more information and instructions  ***$$escape_expand(\\n\\n)")
}

load(am-app)