Quote Originally Posted by yellowmat
Yes,

About the usage of a plugin, I add it in my dialog with Qt Designer, then I add the header file in the implementation still with Qt Designer. Then with Visual C++ 6.0, I add the .cpp, the .h and the moc file of my widget.
You need not include the .moc, .cpp
The whole idea of creating a .so/.dll is that you need not include it in the project. Instead use the.
LIBS += -lfilechooser in your .pro

the Application will be linked to that