summaryrefslogtreecommitdiff
path: root/SDL_Core/src/appMain/start-qml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/appMain/start-qml.sh')
-rwxr-xr-xSDL_Core/src/appMain/start-qml.sh33
1 files changed, 0 insertions, 33 deletions
diff --git a/SDL_Core/src/appMain/start-qml.sh b/SDL_Core/src/appMain/start-qml.sh
deleted file mode 100755
index 1665b2689..000000000
--- a/SDL_Core/src/appMain/start-qml.sh
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/bin/sh
-
-#
-# This script start qml on QNX
-#
-
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/lib:
-QWS_DISPLAY=qnx
-QWS_MOUSE_PROTO=qnx
-QWS_KEYBOARD=qnx
-export QWS_DISPLAY QWS_MOUSE_PROTO QWS_KEYBOARD
-
-if [ ` pidin | grep devi-hid | wc -l` -eq 0 ]
-then
- slay -f devi-hid
-fi
-
-filename=$1
-pluginpath=$2
-
-if [ -z "$filename" ]
-then
- echo "Usage: start-qml.sh <filename> [<pluginpath>]"
- exit 1
-fi
-if [ -n "$pluginpath" ]
-then
- path="-I $pluginpath"
-fi
-
-/usr/photon/bin/devi-hid -Pr kbd mouse
-qmlviewer -fullscreen -stayontop -qws $filename $path
-slay devi-hid