[QBS] Qt mailing list migration

2015-03-16 Thread Järvenpää Petri
Hello, We are migrating the mailing list server on Wednesday 18th of March around 09:00 EET. The change should be invisible to the normal user, but maintenance break of some sort is always possible. If you notice problems afterwards or have questions please contact : mika.hiekkam...@digia.com

[QBS] Qt Plugin with QBS

2015-03-16 Thread at-2500
Hi, I am trying to set up a project using the Qt Plugin System. The project consists of multiple binaries, one dynamic library that defines the Q_INTERFACE (LIB) and multiple plugins (PLUGIN) implementing this interface. To have common unit tests for all plugins, I have a gtest-based binary

Re: [QBS] Qt Plugin with QBS

2015-03-16 Thread Joerg Bornemann
On 16-Mar-15 13:12, at-2500 wrote: I am trying to set up a project using the Qt Plugin System. The basic setup to create a Qt plugin is - create a product of type dynamiclibrary - add a JSON file and tag it with qt_plugin_metadata The project consists of multiple binaries, one dynamic