[Qt-creator] Problems building qtcreator with visual studio
Eike Ziller
eike.ziller at nokia.com
Fri Oct 2 09:34:12 CEST 2009
On 01.10.2009, at 23:53, ext register wrote:
>
> On Thursday 17 September 2009 15:47:15 ext register wrote:
> > C:/Qt/2009.03/qt
> >
> >Did you compile that qt yourself?
>
> daniel
>
>
> I rebuilt QT using the following configuration options: -no-sql-
> sqlite -no-qt3support -no-opengl -platform win32-msvc2005 -no-
> libtiff -no-dbus -no-phonon -no-phonon-backend -no-webkit.
It might not be related to the error you get below, but:
"-no-sql-sqlite", "-no-webkit"
That's not a good idea to compile Qt Creator with that configuration.
Sqlite is heavily use by the help system and for some settings, webkit
is used for the welcome page, and is the preferred browser for the
help system (meaning that nobody tested whether it still works with
only QTextBrowser).
Regards, Eike
> After that I built QtCreator from itself using this newly compiled
> QT as the default library. The compilation ended successfully but
> now I get a runtime error as soon as I try to run the new exe. This
> error is complaining about a missing simbol in a dll and goes
> something like this: The procedure entry point ?qExec at QTest@.....
> could not be located in the dynamic library QTTestd4.dll. Is there
> anyone of you that experienced something similar?
> Thanks,
> Luca
> <ATT00001..txt>
More information about the Qt-creator-old
mailing list