From 6a37ab405b532070d86895958c982ed533edd428 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Sun, 31 Jan 2021 19:27:47 +0000 Subject: [PATCH] Fix qhelpgenerator: could not find a Qt installation of '' --- buildqhelp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildqhelp.py b/buildqhelp.py index 177d4e1..7679392 100755 --- a/buildqhelp.py +++ b/buildqhelp.py @@ -39,7 +39,7 @@ from urllib2 import urlopen, HTTPError FOLDER = "./localwiki" INDEX = "Online_Help_Toc" # the start page from where to crawl the wiki VERBOSE = True # to display what's going on. Otherwise, runs totally silent. -QHELPCOMPILER = 'qhelpgenerator' +QHELPCOMPILER = 'qhelpgenerator -qt=qt5' QCOLLECTIOMGENERATOR = 'qcollectiongenerator' RELEASE = '0.17'