summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-05-03 14:59:49 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-05-24 21:31:49 +0000
commit11fd4750da87f537d36e9c3017ba2c8ce7c50d0f (patch)
tree17646fc3cf0e935a9b8f9346161aced04aecb334 /examples
parent27161151d2786abc5c5f47ce0e404914c0daa871 (diff)
downloadqtivi-11fd4750da87f537d36e9c3017ba2c8ce7c50d0f.tar.gz
Move the existing qface integration into it's new home
It is now called ivigenerator and part of the tools folder Change-Id: If68b3ad04d4db98bb971f557bd5afdab5c56c556 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/qface-ivi-climate/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qface-ivi-climate/build.sh b/examples/qface-ivi-climate/build.sh
index 1f6dfba..f61aabe 100755
--- a/examples/qface-ivi-climate/build.sh
+++ b/examples/qface-ivi-climate/build.sh
@@ -57,7 +57,7 @@ die() {
}
WORKDIR=$(dirname $0)
-GENERATOR=${WORKDIR}/../../src/ivicore/qface/generate.py
+GENERATOR=${WORKDIR}/../../src/tools/ivigenerator/generate.py
test -x ${GENERATOR} || die "${GENERATOR} does not exists or can't be executed" 1
out_dir=${WORKDIR}
idlfile=qface-ivi-climate