From 1e6973180403e513c6c9469ec92751f083f5ff3c Mon Sep 17 00:00:00 2001 From: Danilo Cesar Lemes de Paula Date: Thu, 22 Aug 2013 16:20:47 -0300 Subject: use QWebView to show the user manual Looks like the QTextBrowser can't render the manual correctly. Also, QWebView provides a better way to find contents on a webpage, which is an important feature for an user manual (to be implemented). Signed-off-by: Danilo Cesar Lemes de Paula --- Configure.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configure.mk') diff --git a/Configure.mk b/Configure.mk index a532d4138..4039db454 100644 --- a/Configure.mk +++ b/Configure.mk @@ -106,7 +106,7 @@ ifeq ($(strip $(QMAKE)),) $(error Could not find qmake or qmake-qt4 in $$PATH for the Qt4 version they failed) endif - QT_MODULES = QtGui QtSvg QtNetwork + QT_MODULES = QtGui QtSvg QtNetwork QtWebKit QT_CORE = QtCore MOC = $(shell $(PKGCONFIG) --variable=moc_location QtCore) UIC = $(shell $(PKGCONFIG) --variable=uic_location QtGui) -- cgit v1.2.3-70-g09d2