Hello,

I have a .pro containing a "DLLDESTDIR" statement. The .pro generates a visual studio .vcproj.

When my solution built, the DLL are copied into DLLDESTDIR, which is fine. But they are not deleted when doing a "Clean solution". QMAKE_CLEAN and QMAKE_DISTCLEAN won't work with VS (I have 4.3.2).

Is there a direct solution for this problem, or a workaround (can I tell the .pro to generate a vcproj that calls a batch script when the clean command is executed)?