vote up 0 vote down star
1

I am looking to do Qt development with Visual Studio 2005.

I have built the Qt libraries for Visual C++ and have downloaded the Qt plug-in using the steps outlined here.

I've set the QTDIR environment variable to point to the newly built Qt environment (C:\Qt\vc).

However, when I start Visual Studio, I get the following message:

  These Qt versions are inaccessible: 
  vc in c:\Qt\vc.
  Make sure that you have read access to all files in your Qt directories.

(And I definitely have read access)

How can I fix this?

flag

1 Answer

vote up 2 vote down check

I fixed it. The key is to point QTDIR to the qt directory within the environment, so in my case c:\Qt\vc\qt. The error message is just not very intuitive.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.