All the dependencies are NOT in Qt Designer itself but in Qt libs, including QtDesigner and QtDesignerComponents library...
It will be OK as long as Blah inherits ONLY from Qt classes, or other external libraries BTW, (thus accessible from the plugin without the need to create an intermediary library) AND does not implement any method of its own (except inline methods and possibly, but might depend on compiler, methods implemented inside the header file).
Bookmarks