I’m trying create static Qt libraries, alongside my shared ones. With the exception of swapping -shared for -static, all configuration flags remain identical and the static build compiles without any noticeable hiccups.
When creating a kit in QtCreator however, it gives me the warning “No qmlscene installed.” for the static libraries, and hides the kit from the project wizard.
I’m on Linux x86_64 with Qt5.3.2. Any ideas how I could solve this, either by building Qt differently or by tricking QtCreator into ignoring the absent tool (which I don’t need anyway)?
↧