Hi Orgad, Thanks for advise! However Qt requires platform SD when is building by Visual Studio 2010 Express. Otherwise it fails with error: Couldnot find stddef.h: No such file
How did you solve it? Regards 2015-01-25 1:14 GMT+08:00 Orgad Shaneh <[email protected]>: > On Sat, Jan 24, 2015 at 3:31 AM, Andrii Anpilogov <[email protected]> > wrote: > >> Hi, >> >> It's not a big problem to assemble build environment. >> Where can I get info what compiler and Qt version releases were built? >> >> Thanks >> >> 2015-01-23 23:39 GMT+08:00 Koehne Kai <[email protected]>: >> >>> > -----Original Message----- >>> > From: [email protected] >>> > [mailto:qt-creator-bounces+kai.koehne=theqtcompany.com@qt- >>> > project.org] On Behalf Of Andrii Anpilogov >>> > Sent: Friday, January 23, 2015 4:31 PM >>> > To: [email protected] >>> > Subject: [Qt-creator] Recompile only one plugin >>> > >>> > Hi, >>> > >>> > I need to change just a few lines in debugger plugin. >>> > I don't want to deploy whole qt creator for that. >>> > >>> > I downloaded 3.3.0 release and sources, compile it on Windows with MS >>> > Visual Studio 2012 compiler. >>> > After I upgraded corresponded dll files in release folder Qt Creator >>> could not >>> > load them. >>> > >>> > Is there a way to compile and then replace those dll files in Qt >>> Creator 3.3.0? >>> > >>> >>> The 3.3.0 binaries are compiled with Visual Studio 2010 , with the >>> according Qt 5.3.0 binaries. I'm afraid you need the very same setup to be >>> able to update single .dll files. >>> >>> Regards >>> >>> Kai >>> >> >> >> >> -- >> -- >> WBR, >> Andrii Anpilogov >> Phone: +86 186-1660-3720 >> Skype: anpilogov.andrey >> mailto:[email protected], [email protected] >> >> >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.qt-project.org/mailman/listinfo/qt-creator >> >> > What you need is: > > - Visual C++ 2010 Express > <http://www.visualstudio.com/en-us/downloads#d-2010-express> > - Qt 5.4.0 > > <http://download.qt.io/official_releases/qt/5.4/5.4.0/qt-opensource-windows-x86-msvc2010_opengl-5.4.0.exe.mirrorlist> > > Build Qt Creator locally in release mode, then deploy only the plugin you > want. I do it all the time :) > > - Orgad > -- -- WBR, Andrii Anpilogov Phone: +86 186-1660-3720 Skype: anpilogov.andrey mailto:[email protected], [email protected]
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
