[Qt-creator] Three issue about Qt5 alpha

Loaden loaden at gmail.com
Tue Mar 20 04:57:47 CET 2012


*Issue 1:*
Wrong behaviour when parse qt.conf
See https://bugreports.qt-project.org/browse/QTBUG-24839

*Issue 2* (I am not sure this is or not?):
After build in Qt source, I choice install qt to other place, e.g.
Qt Source Dir = D:\Qt5
Qt Install Root = D:\Dev\Qt5
Use command:

> nmake install INSTALL_ROOT=\Dev

Then *rename D:\Qt5 to D:\Qt5_bak*, will lead can't run qtdesinger.exe, or
qhelpgenerator.exe

>
 D:\qpSOFT\DEVx86>qhelpgenerator
> *No platform plugin argument was specified and the default plugin
> "windows" is not available*
> D:\qpSOFT\DEVx86>qmlplugindump
> No platform plugin argument was specified and the default plugin "windows"
> is not available
> D:\qpSOFT\DEVx86>qmlviewer
> D:\qpSOFT\DEVx86>qmlviewer
> D:\qpSOFT\DEVx86>qttracereplay
> No platform plugin argument was specified and the default plugin "windows"
> is not available
> D:\qpSOFT\DEVx86>qttracereplay
>
It's mean we must have a *qt.conf *file put into D:\Dev\Qt5\bin, the
qt.conf set a Paths/Prefix for Qt library.
After this done, issue 2 should gone.

*Issue 3:*
If configure with -debug-and-release option, I found in the final, almost
all qt tools is a debug version.
But it's should be release version, e.g. qdoc.exe, moc.exe...
And can't find window5.dll, only window*d*5.dll? Why we lose the release
version of this plugin?
Any comments are welcome!
-- 
Regards
Loaden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120320/4608dde9/attachment.html>


More information about the Qt-creator mailing list