You can always build Qt from source. It's fairly straight forward, it just takes time.
On Mon, Jun 9, 2014 at 7:43 AM, Narasimha Prasad Baditela <[email protected]> wrote: > Hi All, > > > > I am getting following linker errors while building paraview libraries in > visual studio 2010 on Windows 7 64 bit machine. From the errors it is clear > that I am using 32 bit of QT module instead of 64 bit. Does anybody know > where can I get the 64 bit of QT4.8.6? > > > > Error 30 error LNK1112: module machine type 'X86' conflicts > with target machine type 'x64' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ThirdParty\QtTesting\vtkqttesting\QtGuid4.lib(QtGuid4.dll) > > Error 34 error LNK1112: module machine type 'X86' conflicts > with target machine type 'x64' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\VTK\GUISupport\Qt\QtGuid4.lib(QtGuid4.dll) > > Error 1610 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkGUISupportQt-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\VTKExtensions\Rendering\LINK > > Error 2252 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVVTKExtensionsRendering-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\VTKExtensions\Default\LINK > > Error 2254 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVVTKExtensionsDefault-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ClientServerCore\Rendering\LINK > > Error 2303 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVClientServerCoreRendering-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ClientServerCore\Default\LINK > > Error 2304 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVClientServerCoreRendering-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerImplementation\Rendering\LINK > > Error 2353 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVClientServerCoreDefault-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerImplementation\Default\LINK > > Error 2452 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVServerImplementationRendering-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerManager\Rendering\LINK > > Error 2549 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVServerImplementationDefault-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerManager\Default\LINK > > Error 4387 error LNK1104: cannot open file > '..\..\lib\Debug\vtkGUISupportQt-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\Widgets\LINK > > Error 4436 error LNK1104: cannot open file > '..\..\..\lib\Debug\vtkPVServerManagerDefault-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\ParaViewCore\ServerManager\SMApplication\LINK > > Error 6886 error LNK1104: cannot open file > '..\..\lib\Debug\vtkpqWidgets-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\Core\LINK > > Error 14937 error LNK1104: cannot open file > '..\..\lib\Debug\vtkpqCore-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\Components\LINK > > Error 18735 error LNK1104: cannot open file > '..\..\lib\Debug\vtkpqComponents-pv4.1.lib' > C:\ABSWork\ParaViewBuildQT48VS2010\Build\Qt\ApplicationComponents\LINK > > > > Thanks, > > Narasimha > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
