Fix qhelpgenerator: could not find a Qt installation of ''

This commit is contained in:
Suzanne Soy 2021-01-31 19:27:47 +00:00
parent ff957af676
commit 6a37ab405b

View File

@ -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'