mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Remove the Help Browser for everybody
This commit is contained in:
parent
3bdd1b713f
commit
57c3e4c33c
@ -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");
|
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
|
QT += core gui network xml printsupport serialport widgets help
|
||||||
contains(DEFINES, helpless) {
|
contains(DEFINES, helpless) {
|
||||||
QT -= help
|
QT -= help
|
||||||
|
Loading…
Reference in New Issue
Block a user