Please attach .pro files next time. Those .vcproj files are unusable for non-VS users.
Please attach .pro files next time. Those .vcproj files are unusable for non-VS users.
J-P Nurmi
From what I can interpret the .vcproj files, looks like both projects are defining QDESIGNER_EXPORT_WIDGETS. Only the dcombobox library project is supposed to export, the other one (the plugin who uses the library) is supposed to import. So don't define QDESIGNER_EXPORT_WIDGETS in the plugin project.
J-P Nurmi
Bookmarks