*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
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
