I'm currently building my first QT4 interface using the add-in for VS2010, which all works fine. (Qt Application Project);
If I then create another project (QT4 Designer Plugin), create my custom widget and compile I can then move these files into "$(QTDIR)\plugins\designer".
I can then use the designer to add this widget into my (Qt Application Project);
What I would like to know is is it possible debug a plugin? (Qt Designer will only load a release build on the QT4 Designer Plugin). Can I change the directory QtDesigner looks in based on Release and Debug Build?
Thanks!