How can i integrate Qt VS Addin with VS Configuration Manager
-
i have two Qt build one is for win32 (Qt\4.8.2) and one for x64 (Qt\4.8.2x64) i have added both in my addin but how can i make addin to pick respective vesion according to my VS Configuration Manager i.e. when is select win32 it should pick "Qt\4.8.2" and for x64 it should pick "Qt\4.8.2x64"
as in qt project setting it sets the version for whole project not for specifics platform or Configuration type...