Re: [Development] QtDBus in official Windows and OSX installers

2014-02-07 Thread Gladhorn Frederik
> Btw. is Qt's Jenkins CI job setup and configuration open and downloadable? I > would love to create a Jenkins CI project out of it and let it create > packages. This would also solve my problem. Yes, but I think you're better off creating this from scratch. Getting a working Jenkins setup is

Re: [Development] QtDBus in official Windows and OSX installers

2014-02-06 Thread Thiago Macieira
Em sex 07 fev 2014, às 01:12:21, Roland Winklmeier escreveu: > I haven't checked earlier versions but at least Qt 5.2.1 Mac OSX Clang64 > (both online and offline) do not contain any QtDBus modules. I'm Apparently QTBUG-6429 has regressed. Again. Or rather, it was never fixed. I'm reopening it.

Re: [Development] QtDBus in official Windows and OSX installers

2014-02-06 Thread Roland Winklmeier
Am 06.02.2014 18:02, schrieb Thiago Macieira: > Em qui 06 fev 2014, às 17:28:40, Roland Winklmeier escreveu: >> But my main question is, is there a chance QtDBus is shipped officially and >> what needs to be done for that. I guess one point is to run the dbus unit >> tests, but what else needs to b

Re: [Development] QtDBus in official Windows and OSX installers

2014-02-06 Thread Thiago Macieira
Em qui 06 fev 2014, às 17:28:40, Roland Winklmeier escreveu: > But my main question is, is there a chance QtDBus is shipped officially and > what needs to be done for that. I guess one point is to run the dbus unit > tests, but what else needs to be done to ship it at least in an > experimental sta

[Development] QtDBus in official Windows and OSX installers

2014-02-06 Thread Roland Winklmeier
Hi list, I have a quick question. I know that QtDBus is officially supported for linux platforms only but I'm using it also on windows and OSX platforms successfully since one year now. This means I have to build Qt5 for these platforms myself all the time to include QtDBus. While this is not a bi