From 4f6a066cc94860db9e553a42e0797ab6c3d3dd70 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Wed, 1 Aug 2018 12:18:17 -0400 Subject: [PATCH] Install.txt - minor typo --- Install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.txt b/Install.txt index 70af3ab873..74f9785174 100644 --- a/Install.txt +++ b/Install.txt @@ -87,7 +87,7 @@ For example, if your Qt build is in /data/Qt/4.8 then: == Force a Qt4 build == On systems with both Qt4 and Qt5 available, the CMake buildsystem will always -attempt to use Qt5. To force a Qt build, pass -DGAMMARAY_ENFORCE_QT4_BUILD=true +attempt to use Qt5. To force a Qt4 build, pass -DGAMMARAY_ENFORCE_QT4_BUILD=true to CMake, as in: % cmake -DGAMMARAY_ENFORCE_QT4_BUILD=true