qt - Qt5VSAddin for Visual Studio 2013 - where are the Settings saved to? And/or how to disable addin? -


i'm working visual studio 2013 professional , qt 5, installed qt5vsaddin, working intended (i can choose installed qt version; meta compiling etc working; creating new vs qt project works charm).

however use same project , solution files on different machines, qt isn't installed in same directory.

at moment, qt addin changes content of project's .vcxproj.user file , adds line <qtdir>directorypath</qtdir> "directorypath" being path i've chosen in qt5->"qt options"->"qt versions" of addin. if compile on machine, qtdir in .user changed machine's qt installation directory, meaning i'll destroy project file else trying compile project on machine (maybe without addin).

what want change qt version information path relative environmental variable, <qtdir>$(my_qtdir)</qtdir> or <qtdir>$(my_dev_environment)/qt/</qtdir>. unfortunately, qt5vsaddin not allow create qt versions environmental variables (at least not $() syntax) because not let click on "ok" button in case. tried change in .vcxproj.user file direcly, work (i can compile project way on machine without addin), on vs2013 restart or clean->build overwrite changes again.

i tried deactivate qt5vsaddin in extras->add-in-manager (unchecked 3 boxes) after vs restart, addin active again. how can deactivate without uninstalling (i still create new qt projects addin occasionally)

is there way set qt version path of qt5vsaddin including environmental variable? if not gui, maybe can change directly in config file? unfortunately couldn't find file/location addin configuration parameters placed. pathes , settings saved to?!?

addin stores settings , qt paths in registry: hkcu\software\digia\qt5vs2013\ , hkcu\software\digia\versions\ accordingly.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -