aboutsummarylogtreecommitdiffstats
path: root/qpi2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qpi2.sh')
-rw-r--r--qpi2.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/qpi2.sh b/qpi2.sh
new file mode 100644
index 000000000000..2be109b307ae
--- /dev/null
+++ b/qpi2.sh
@@ -0,0 +1,12 @@
+export QT_QPA_PLATFORM=wayland
+export QT_IM_MODULE=qtvirtualkeyboard
+export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
+
+#Still a little raw
+#export QT_WAYLAND_USE_XDG_SHELL=1
+
+# Required as of 5.7.0 beta/RC
+export QSG_RENDER_LOOP=basic
+
+PATH="localpiprefix/bin:${PATH}"
+export PATH