PDA

View Full Version : Building Qt creator from gitorious main branch



eurodatar
8th September 2009, 11:06
Hi,
I'm trying to build QtCreator in itself (MinGW). I'm using Qt 4.5.2, and I've modified the source to get it to compile (mainly converted objectCast to dynamicCast).

The problem is that when I try to start it, it complains that it can't find a symbol in QtCore4.dll. I don't see why, since I've obviously compiled it with my only local version of Qt...

Has anyone managed to build QtCreator 1.3 from source? :confused:

Grimlock
8th September 2009, 11:55
Try placing a copy of the .dll in the folder You keep the newly compiled application.

eurodatar
8th September 2009, 14:20
I copied the QtCreator 1.2.1 folder structure exactly, including copying all the Qt dlls to the qtcreator.exe folder and it worked.

As for 1.3, the include completion is great, but the CVS support is almost useless. Renaming symbols doesn't work for some reson.