Hi, On Sep 28, 2009, at 10:46 PM, ext register wrote:
> Hi, > I have two questions regarding Qtcreator. > First of all I would like to force QTcreator to use a non-standard > build of QT. After configuring the proper path in Projects- > >BuildSettings->Release/Debug->QTVersion I see that the "Effective > qmake call" is populated with a -spec options and I don't know where > it comes from. In particular I get the following: > > C:/Qt/sorgenti/qtcreator.pro -spec E:/Build/Qt/SourceWin32/qt-win- > opensource-src-4.5.2/mkspecs/win32-msvc2008 -r and I don't have any > E: drive on my machine. So I suppose this flag comes from some > setting in the non standard QT I got. Please note that the library > was given to me and that I didn't build it. This just doesn't work with Qt. You unfortunately can't just take a Qt build and move it to a different location / path. During the Qt build, paths are put hardcoded into some of the libraries and tools. > The second questions is about the qmake -t vcapp flag. I would like > to create a complete visual studio solution for building QtCreator > from within Visual Studio. However it seems that the qmake -t vcapp > flag is not able to recurse a complex project hierarchy like the one > of QTCreator. Should I write a batch that runs qmake -t vcapp for > each subproject? > Thanks, > Luca > > <ATT00001..txt> -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax +49 (0)30 6392 3256 E-mail [email protected] _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
