On 9/29/2010 8:22 AM, ext Rakesh Ranjan wrote: > Hi all, > > My custom plugins do not lead because of a different build key. > The Qt Creator i have seems to have been compiled on msvc > while my plugins are on mingw. > > Should i need to compile Qt Creator from source to get this working. > Any help would be appreciated.
The plugins + creator has to be compiled with the same compiler/debug vs release mode. So yes, either re-compile creator, or compile your plugins with the same setup as creator :) Kai > Rakesh Ranjan > -- Kai Koehne Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
