[Qt-creator] Qt Creator & Qt5 alpha release?

Loaden loaden at gmail.com
Sat Mar 17 03:19:17 CET 2012


Build QtCreator *master* use Qt5 alpha failed.
It's QtCreator issue: should use qdoc.exe not qdoc3.exe.
Simly fix just do a copy from qdoc.exe to qdoc3.exe. Then the build can be
successful.
*Build Command:*

> @echo off
> set DESTDIR=D:\qpSOFT\DEVx86\qt
> qmake "CONFIG+=release" "LLVM_INSTALL_DIR=D:/qpSOFT/Sources/LLVM_R" -r
> -spec win32-msvc2010 ..\QtCreator\QtCreator.pro
> jom && nmake docs
> if %errorlevel% neq 0 goto error
> nmake INSTALL_ROOT=%DESTDIR% install
> rem qtcreatorcdbext32
> if not exist %DESTDIR%\lib\qtcreatorcdbext32 mkdir
> %DESTDIR%\lib\qtcreatorcdbext32
> xcopy /D /Y %~dp0lib\qtcreatorcdbext32\*.dll
> %DESTDIR%\lib\qtcreatorcdbext32
> rem docs
> xcopy /D /Y /I %~dp0share\doc\qtcreator\*.qch %DESTDIR%\doc\qch
> rem translations
> rmdir /S /Q %DESTDIR%\share\qtcreator\translations
> rem backup
> set DESTDIR=%CD%\..\QTC
> nmake INSTALL_ROOT=%DESTDIR% install
> rem qtcreatorcdbext32
> if not exist %DESTDIR%\lib\qtcreatorcdbext32 mkdir
> %DESTDIR%\lib\qtcreatorcdbext32
> xcopy /D /Y %~dp0lib\qtcreatorcdbext32\*.dll
> %DESTDIR%\lib\qtcreatorcdbext32
> rem docs
> xcopy /D /Y /I %~dp0share\doc\qtcreator\*.qch %DESTDIR%\doc\qch
> rem translations
> rmdir /S /Q %DESTDIR%\share\qtcreator\translations
> goto success
> :error
> echo 编译失败!
> goto finish
> :success
> echo 编译成功!
> goto finish
> :finish
>

2012/3/17 Quim Gil <quim.gil at nokia.com>

> On 03/16/2012 07:39 AM, ext morten.sorvig at nokia.com wrote:
> > On Mac we're having a small sprint fixing bugs in the Cocoa plugin
> > with the goal of making Qt Creator as good as possible on Qt 5 alpha.
> > As of today I would say that it's actually usable - most remaining
> > bugs are cosmetic. Give it a few more days of work and we should be
> > in good shape.
> >
> > I'm testing with Qt Creator master, we should probably run a test
> > with 2.5 as well.
>
> http://qt-project.org/wiki/Qt-5-Alpha is evolving and I'm happy taking
> Qt Creator (as well as Qt Media Hub) as complex examples of Qt
> applications running in Qt 5.
>
> Screenshots and links to build / installation instructions are welcome!
>
> Thank you very much.
>
> --
> Quim
>  _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>



-- 
Regards
Loaden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120317/c305f68c/attachment.html>


More information about the Qt-creator mailing list