Remove the Help Browser for everybody

This commit is contained in:
Phil Olynyk 2019-04-05 12:22:02 -04:00
parent 3bdd1b713f
commit 57c3e4c33c

View File

@ -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