hi guys
I would like to build Qt-creator from source, and use the static compiled libraries of Qt. Is this possible ?
I have compiled the Qt libraries as static without any trouble with the following:
./configure -static -release -opensource -developer-build --confirm-license -rpath -nomake tools -nomake examples -nomake demos -no-webkit -no-scripttools -no-script
Now i want to compile Qt-Creator using those static libraries. However, i have multiple errors on build since the program tries to look for uninstalled features such as Qtscripts:
json.cpp:38:25: error: QScriptEngine: No such file or directory
According to my Qt settings, how am I supposed to compile Qt-creator to get it to work ?
Thanks
↧