Hi,

I recently downloaded QtCreator and tried to build the example PlugAndPaintPlugins (distributed together with QtCreator).
Building the basicTools plugin works fine (as a static plugin). However, when I try to build the extraFilters plugin (dynamic) I have a lot of errors (see below). When I change the plugin to build as static then it works fine.
Any ideas what is going wrong?

undefined reference to `_imp___ZNK6QImage15convertToFormatENS_6FormatE6QF lagsIN2Qt19ImageConversionFlagEE'
undefined reference to `_imp___ZN6QImageC1ERKS_'
undefined reference to `_imp___ZNK11QMetaObject2trEPKcS1_'

and so on ...


regards,

Jan