From 586de4d712d8a4962488dedad61f269e1cf2936d Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Thu, 10 Jun 2021 22:51:50 +0200 Subject: [PATCH] More formatting fixes --- BUILD_LINUX.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md index e5b6165da1..0c2fd23ba3 100644 --- a/BUILD_LINUX.md +++ b/BUILD_LINUX.md @@ -94,13 +94,13 @@ git checkout master ### Using a custom Qt build Qt binaries are only provided for Ubuntu. In order to build on other distributions, a Qt5 install - needs to be provided by setting the `VIRCADIA_QT_PATH` environment variable to a directory containing - a Qt install. +needs to be provided by setting the `VIRCADIA_QT_PATH` environment variable to a directory containing +a Qt install. ### Using the system's Qt - The system's Qt can be used, if the development packages are installed, by setting the - `VIRCADIA_USE_SYSTEM_QT` environment variable. The minimum recommended version is Qt 5.15.0. +The system's Qt can be used, if the development packages are installed, by setting the +`VIRCADIA_USE_SYSTEM_QT` environment variable. The minimum recommended version is Qt 5.15.0. ### Compiling