build qt creator from sources
Unsolved
Installation and Deployment
-
Hi Amigo
One thing I wonder.
Did you build all of Qt also?I wonder if there is a mismatch between the compiler
Creator.exe is build with and the compiler used for the support dlls, like core.dll -
just used wiki how to build (build of QtCreator only, not Qt SDK as well, used pre-installed full SDK 5.6.0). I'll check memory model for sure 32 vs 64 too
- clone the repository (head revision)
- qmake -r .... (prepare for a build)
- nmake (build using vc)
so Core.dll was built as well as QtCreator.exe. during the process.
the only what I did manually - Qt5 dlls copied from my Qt5.6.0 installation to QtCreator bin