T O P I C R E V I E W |
GrahamLabdon |
Posted - Mar 26 2014 : 05:45:26 AM Hello I am developing code using Visual Studio and the Qt framework Whenever I open a solution VA parses the whole of the Qt code base which takes several minutes. Is there a way to get VA to cache the parse results so that it does not need to parse every time? Or is there a way of speeding the process up?
Thanks |
2 L A T E S T R E P L I E S (Newest First) |
GrahamLabdon |
Posted - Mar 27 2014 : 03:10:53 AM Thanks feline |
feline |
Posted - Mar 26 2014 : 11:28:29 AM Have you added the Qt library to your stable include directories? If not please do so. This should fix this problem, since the stable include directories are only included occasionally. This post gives some details of what to do:
http://blog.wholetomato.com/2008/11/20/using-qt-44-with-visual-assist-x/
One thing to watch out for, if you add Qt to your stable include directories, please make sure it is not part of your solution. Your solution should be reparsed quite frequently, so is treated differently to your stable include directories.
See here for information on VA's C++ directory settings:
http://docs.wholetomato.com/default.asp?W213 |