summaryrefslogtreecommitdiffstats
path: root/tradeshow/enterprise-kinectdatavis/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/enterprise-kinectdatavis/deploy.sh')
-rwxr-xr-xtradeshow/enterprise-kinectdatavis/deploy.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/tradeshow/enterprise-kinectdatavis/deploy.sh b/tradeshow/enterprise-kinectdatavis/deploy.sh
new file mode 100755
index 0000000..b825add
--- /dev/null
+++ b/tradeshow/enterprise-kinectdatavis/deploy.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+B2QT_DEPLOYPATH=/data/user/qt/enterprise-kinectdatavis
+B2QT_PLUGINDEPLOYPATH=/data/user/qt/qmlplugins/Freenect
+
+adb push Freenect $B2QT_PLUGINDEPLOYPATH
+
+adb shell mkdir -p $B2QT_DEPLOYPATH
+find -name "*.qml" -exec adb push {} $B2QT_DEPLOYPATH/ \;
+find -name "*.js" -exec adb push {} $B2QT_DEPLOYPATH/ \;
+adb push title.txt $B2QT_DEPLOYPATH/
+adb push description.txt $B2QT_DEPLOYPATH/
+adb push preview_l.jpg $B2QT_DEPLOYPATH/
+adb push handle.png $B2QT_DEPLOYPATH/
+
+adb push src/libfreenect/platform/linux/udev/51-kinect.rules /etc/udev/rules.d/51-demo-kinect.rules