[mailto:paraview-boun...@paraview.org] On Behalf Of B.W.H.
> van Beest
> Sent: 07 October 2014 17:56
> To: paraview@paraview.org
> Subject: EXTERNAL: Re: [Paraview] Problem building plugin against ParaView
> 4.2.0
>
>
>
> Jim,
>
> I had similar issues you describe. T
From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of B.W.H. van
Beest
Sent: 07 October 2014 17:56
To: paraview@paraview.org
Subject: EXTERNAL: Re: [Paraview] Problem building plugin against ParaView 4.2.0
Jim,
I had similar issues you describe. They were gone when I made sure that, b
Jim,
I had similar issues you describe. They were gone when I made sure that,
before actually calling cmake, the right 'qmake' was in the PATH (i.e.
'which qmake' points to the qmake of the AQT-version your expect).
This assumes that you do have a Qt installation which is complete.
In other wo
Hello everyone,
I am trying to build a file reader plugin against ParaView 4.2.0 and have been
experiencing some difficulties. Qt is not found by cmake during the build
process causing it to fail.
To illustrate the issue, I created the following simplified CMakeLists.txt file:
CMAKE_MINIM