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 ?qe...@qtest@..... > could not be located in the dynamic library QTTestd4.dll. Is there > anyone of you that experienced something similar? > Thanks, > Luca > <ATT00001..txt> _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
