From df605a7d51206b7bd094ef337346ae84780448a9 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Wed, 13 Sep 2017 18:20:34 +0530 Subject: [PATCH] Don't unset bunch of useful variables --- bin/plasma-phone.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index 9a8f9533..fdde062f 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -10,12 +10,11 @@ # (at your option) any later version. # -unset EGL_PLATFORM -unset QT_QPA_PLATFORM unset QT_QPA_EGLFS_DEPTH unset QT_QPA_EGLFS_HIDECURSOR unset QT_COMPOSITOR_NEGATE_INVERTED_Y +export EGL_PLATFORM=wayland export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=KDE export QT_WAYLAND_DISABLE_WINDOWDECORATION=1