iv3d-users

Text archives Help


[IV3D-USERS] Re: Re: Re: Build problem by Qt


Chronological Thread 
  • From: tom fogal <tfogal@sci.utah.edu>
  • To: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] Re: Re: Re: Build problem by Qt
  • Date: Fri, 09 Nov 2012 08:22:26 +0100

On 11/09/2012 06:01 AM, longjiang_yu@yahoo.com.cn wrote:
> I've downloaded from svn, and do 'msbuild ImageVis3D-2010.sln
> /p:Configuration="Debug",Platform="x64" /t:Rebuild' inside the imagevis
> directory after checking it out.
> 
> But there appears errors on no head files of Qt. I open ImageVis3D-2010.sln
> with vs2010 and add Qt include path, "C:\Qt\4.8.3\include", but there's 
> still
> errors as follows,
> 
> tuvok\IO\TransferFunction2D.h(54): "QtGui/QImage": No such file or 
> directory,
> tuvok\IO/Tuvok_QtPlugins.h(39): "QtCore/QtPlugin": No such file or 
> directory,
> IO\Images\StackExporter.cpp(38): "QtGui/QImage": No such file or directory.
> 
> Could you please tell me what's wrong with it?

Hrm.  Nope.  Probably the include directory was missing from some
projects in the solution.

Anyway, a better approach is to use the variables we have setup for
this.  Set QTDIR64 to be your Qt path (I think w/o the include) before
you start the vs2010 command shell.  Then start the shell, run msbuild
as before, and you should be good to go.

-tom



Archive powered by MHonArc 2.6.16.

Top of page