diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-03-19 12:40:33 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-03-20 08:45:02 -0700 |
commit | 643f4a5726926b86693b442e318f40cf28fee04a (patch) | |
tree | 96841bf31a0ff5e82a22b042c10c351d25a27b84 /CMakeLists.txt | |
parent | b6c7abc1a76f4a05ea564ae994f19d5fc467699a (diff) | |
download | subsurface-643f4a5726926b86693b442e318f40cf28fee04a.tar.gz |
Remove partial support for QWebEngine
Printing never worked, none of this was ever included in test builds. Also, now
that there are official releases of QtWebKit again, this just doesn't seem worth
carrying along anymore.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 99576a377..aa827ab79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,6 @@ option(NO_USERMANUAL "don't include a viewer for the user manual" OFF) #Options regarding enabling parts of subsurface option(BTSUPPORT "enable support for QtBluetooth (requires Qt5.4 or newer)" ON) option(FTDISUPPORT "enable support for libftdi based serial" OFF) -option(USE_WEBENGINE "Use QWebEngine instead of QWebKit" OFF) # Options regarding What should we build on subsurface option(MAKE_TESTS "Make the tests" ON) |