[Qt-interest] dll problem

Boudewijn Rempt boud at valdyas.org
Mon Dec 15 19:19:29 CET 2008


On Mon, 15 Dec 2008, Evan Teran wrote:

> #2. I want plugins to be able to use functions and data found in the
> main application. I believe you have overlooked this. Either that, or
> you would have pretty much the entire application reside in a library.

That is, actually, a Good Thing, because it makes it much easier to write
proper unittests for the code in your application. The unittests link against
that library (instead linking to individual object files), and can test
the functionality of a single class.

Boudewijn Rempt




More information about the Qt-interest-old mailing list