From 57c3e4c33ccdd2d0eddedbc24c0e4f2969da3841 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Fri, 5 Apr 2019 12:22:02 -0400 Subject: [PATCH] Remove the Help Browser for everybody --- oscar/oscar.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oscar/oscar.pro b/oscar/oscar.pro index 50471b5b..8898ae1d 100644 --- a/oscar/oscar.pro +++ b/oscar/oscar.pro @@ -14,6 +14,9 @@ lessThan(QT_MAJOR_VERSION,5)|lessThan(QT_MINOR_VERSION,7) { error("You need Qt 5.7 or newer to build OSCAR"); } +# get rid of the help browser, at least for now +DEFINES += helpless + QT += core gui network xml printsupport serialport widgets help contains(DEFINES, helpless) { QT -= help