Fix qhelpgenerator: could not find a Qt installation of ''
This commit is contained in:
parent
ff957af676
commit
6a37ab405b
|
@ -39,7 +39,7 @@ from urllib2 import urlopen, HTTPError
|
||||||
FOLDER = "./localwiki"
|
FOLDER = "./localwiki"
|
||||||
INDEX = "Online_Help_Toc" # the start page from where to crawl the wiki
|
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.
|
VERBOSE = True # to display what's going on. Otherwise, runs totally silent.
|
||||||
QHELPCOMPILER = 'qhelpgenerator'
|
QHELPCOMPILER = 'qhelpgenerator -qt=qt5'
|
||||||
QCOLLECTIOMGENERATOR = 'qcollectiongenerator'
|
QCOLLECTIOMGENERATOR = 'qcollectiongenerator'
|
||||||
RELEASE = '0.17'
|
RELEASE = '0.17'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user