Hello,

I'm using Visual Studio 2005 and VS Addin 1.1.3. I created an entry using the addin to point to my Qt installation folder. I noticed that the visual studio proj file uses $QTDIR to figure out the path to uic, moc etc.
Is there a way to specify the value of $QTDIR without using the addin? Or where is the addin geting the value for $QTDIR from?
I tried to set QTDIR as an environment variable from Control Panel, then restarted Visual Studio and did a rebuild but it won't use the environment variable.

Thanks,
Priyanka