From 5571ef4e62181c6caff1c1a12ff99bcd5a31821c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 21 Jun 2018 16:35:17 +0200 Subject: Revert "Properly add QtQuickWidgets dependency" Looks like FreeBSD doesn't have QtQuickWidgets packaged at all, so let's do the same without requiring it... This reverts commit e5405f0ae940a62d7be756acb1ae9549108742a3. (cherry picked from commit c87757a9134b9940409ef78f838c8832c076a0a4) --- README.asciidoc | 1 - qutebrowser/misc/earlyinit.py | 1 - 2 files changed, 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 4099845e1..6656c2bbd 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -102,7 +102,6 @@ The following software and libraries are required to run qutebrowser: * http://qt.io/[Qt] 5.7.1 or newer (5.10 recommended) with the following modules: - QtCore / qtbase - QtQuick (part of qtbase in some distributions) - - QtQuickWidgets (part of qtbase/QtQuick in some distributions) - QtSQL (part of qtbase in some distributions) - QtOpenGL - QtWebEngine, or diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py index f30e17124..9649d27cc 100644 --- a/qutebrowser/misc/earlyinit.py +++ b/qutebrowser/misc/earlyinit.py @@ -233,7 +233,6 @@ def check_libraries(): 'PyQt5.QtQml': _missing_str("PyQt5.QtQml"), 'PyQt5.QtSql': _missing_str("PyQt5.QtSql"), 'PyQt5.QtOpenGL': _missing_str("PyQt5.QtOpenGL"), - 'PyQt5.QtQuickWidgets': _missing_str("PyQt5.QtQuickWidgets"), } _check_modules(modules) -- cgit v1.2.3-54-g00ecf