Re: [QBS] Qbs Roadmap

2013-06-03 Thread Jochen Becher
Am Montag, den 03.06.2013, 10:51 +0200 schrieb Joerg Bornemann: > On 01/06/2013 11:46, Jochen Becher wrote: > > >> Just out of curiosity, could you tell us what these conceptional > >> problems are in detail? > > > > 1. qmake / jom is much slower than Visual Studio build > > Because it doesn't di

Re: [QBS] Qbs Roadmap

2013-06-03 Thread Joerg Bornemann
On 01/06/2013 11:46, Jochen Becher wrote: >> Just out of curiosity, could you tell us what these conceptional >> problems are in detail? > > 1. qmake / jom is much slower than Visual Studio build Because it doesn't distribute over the net, I suppose. In the jom package is a batch file ibjom.cmd t

Re: [QBS] Qbs Roadmap

2013-06-01 Thread Pau Garcia i Quiles
On Sat, Jun 1, 2013 at 12:36 PM, Jochen Becher wrote: But the support for CMake in QtCreator is also missing a lot of features Indeed. There is KDevelop, which has very good CMake support but bad Qt Quick support: http://milianw.de/blog/qmljavascript-language-plugin-for-kdevelop Someone devel

Re: [QBS] Qbs Roadmap

2013-06-01 Thread Jochen Becher
Am Samstag, den 01.06.2013, 12:01 +0200 schrieb Pau Garcia i Quiles: > Hello, > > > If you are into qbs already, you are probably not interested but > anyway: CMake does everything you want. E. g. you can use the > source_group command to group into folders in Visual Studio, it does > run CMake a

Re: [QBS] Qbs Roadmap

2013-06-01 Thread Pau Garcia i Quiles
Hello, If you are into qbs already, you are probably not interested but anyway: CMake does everything you want. E. g. you can use the source_group command to group into folders in Visual Studio, it does run CMake automatically when any project file (CMakeLists.txt) has been changed and reloads the

Re: [QBS] Qbs Roadmap

2013-06-01 Thread Jochen Becher
Am Freitag, den 31.05.2013, 17:39 +0200 schrieb Joerg Bornemann: > On 31/05/2013 14:29, Jochen Becher wrote: > > > in my company we are currently trying to switch from Visual Studio with > > Qt plugin to QtCreator. We were running into some conceptional problems > > with qmake so we are currently

Re: [QBS] Qbs Roadmap

2013-05-31 Thread Joerg Bornemann
On 31/05/2013 14:29, Jochen Becher wrote: > in my company we are currently trying to switch from Visual Studio with > Qt plugin to QtCreator. We were running into some conceptional problems > with qmake so we are currently looking into Qbs as an alternative. Just out of curiosity, could you tell

[QBS] Qbs Roadmap

2013-05-31 Thread Jochen Becher
Hello, in my company we are currently trying to switch from Visual Studio with Qt plugin to QtCreator. We were running into some conceptional problems with qmake so we are currently looking into Qbs as an alternative. We understand that Qbs' integration into QtCreator is still not ready for daily