c++ - Issues with Qt VS plugin -
for reason can't track down, 1 of our solutions contains projects based on qt plugin breaking down.
we have multiple developers working on same projects. qt options has versions setting , using same name path different on our different machines. seems work ok of time because property sheet plugin sets seems perform magic on qt4vspropertysheet.props file qtdir reset local machine.
unfortunately, reasons can't figure out, doesn't this. member of team added several projects separate solution. of them have qtdir setting changed in property sheet local machine, others not.
version of vs 2010, version of plugin 1.1.7. have qtdir set environment variable on local machine. doesn't seem solve problem.
so far it's 1 solution. first showed problem release build of 1 project in solution on build server. logged build server , built project hand once , fixed issue. there's crap load of projects build on machines.
any ideas wtf going on here?
more info: problem projects seem have forgotten qt plugin projects. trying make them such saying "convert qt project" causes severe absurdity. qtdir ends being set weird crap "path_to_project\$(qtdir)"
missing bits:
<projectextensions> <visualstudio> <userproperties qtversion_x0020_win32="qt4" /> </visualstudio> </projectextensions>
with stuff missing project won't work right. don't know removed it. trying use menu resulted in serious hosing. editing notepad , putting bits in, right before </project>
tag, fixed problem.
hit problem qt prop sheets, 1 solution make sure property sheets aren't included in source control , have each machine rebuild them locally. in end ended having redo installs qt on same path on every developers machine.
Comments
Post a Comment