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