So I was trying to build qtcreator
from source, I compiled all the dependencies and moved on to compile qtcreator
. I got this weird error when i ran qmake
Project ERROR: Unknown module(s) in QT: script
I did a little googling and found since I've built QT from git
I gotto run make module-qtscript
. Bt my question is where do run it. It doesn't run in qtbase
or in the qt-creator
source.