On 11 Sep 2012, at 16:33, ext Loaden <[email protected]> wrote: > For now QtCreator support qmake + qbs build system, but I think if there > exist CMake build system, that's would be great.
No, I think it wouldn't. What advantage would that have to add YetAnotherBuildSystem™ ? With all adding of the hassle of doing all the right resource copying, making it work on the different platforms etc (think e.g. Mac OS)? Already the additional qbs is a pain to keep in sync, and it's still not set up to actually do the right things. I really don't want bugreports from people complaining that something doesn't work, just to find out that they were using cmake to build Qt Creator and that missed to do something (like copying a resource). > After several day work, I can build QtCreator's library using CMake scripts > now. > It's supported share Precompiled Header for both of MSVC / GCC, and for CLang > there does not support yet (But it should work like gcc, just need some > TODOs). > So, does any one can help me to finished it? > or review the code from here: https://codereview.qt-project.org/#change,34052 > I am newbie on CMake. > I am really really need your helps / tips / points. > Thanks! > > ---------- Forwarded message ---------- > From: Loaden <[email protected]> > Date: 2012/9/11 > Subject: Does any one interesting to help writting CMake Scripts for > QtCreator? > To: cmake <[email protected]>, development <[email protected]>, > [email protected] > > > For now QtCreator support qmake + qbs build system, but I think if there > exist CMake build system, that's would be great. > After several day work, I can build QtCreator's library using CMake scripts > now. > It's supported share Precompiled Header for both of MSVC / GCC, and for CLang > there does not support yet (But it should work like gcc, just need some > TODOs). > So, does any one can help me to finished it? > or review the code from here: https://codereview.qt-project.org/#change,34052 > I am newbie on CMake. > I am really really need your helps / tips / points. > Thanks! > > > > -- > Best Regards > Yuchen > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal 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.qt-project.org/mailman/listinfo/qt-creator
