From daecc579b126ffa7ed67668801c3fd2063b64ad4 Mon Sep 17 00:00:00 2001 From: miruka Date: Tue, 22 Oct 2019 03:41:16 -0400 Subject: [PATCH] live-reload.sh: remove outdated comment --- live-reload.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/live-reload.sh b/live-reload.sh index a5584505..d35ab2cd 100755 --- a/live-reload.sh +++ b/live-reload.sh @@ -6,8 +6,6 @@ # An argument can be given to specify which QML file in src/qml to load. # If no argument is given, the default is "UI.qml". -# The no_embedded CONFIG option (resources) is used to speed up the compilation - export QT_QPA_PLATFORM=xcb make clean