Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/cmake/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
找不到用于配置Cmake的Qt5_Qt_Cmake_Mingw_Paraview - Fatal编程技术网

找不到用于配置Cmake的Qt5

找不到用于配置Cmake的Qt5,qt,cmake,mingw,paraview,Qt,Cmake,Mingw,Paraview,我正在尝试使用Cmake配置后处理器Paraview,这需要使用Qt。我下载了Qt5.1.1。并使用MinGW对其进行配置。但是,当我尝试配置Paraview时,会出现以下错误: CMake Warning at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:659 (message): C:/Qt/Qt5.1.1/5.1.1/mingw48_32/bin/qmake.exe reported QT

我正在尝试使用Cmake配置后处理器Paraview,这需要使用Qt。我下载了Qt5.1.1。并使用MinGW对其进行配置。但是,当我尝试配置Paraview时,会出现以下错误:

CMake Warning at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:659 (message):
 C:/Qt/Qt5.1.1/5.1.1/mingw48_32/bin/qmake.exe reported QT_INSTALL_LIBS as
 "C:/Qt/Qt5.1.1/5.1.1/mingw48_32/lib" but QtCore could not be found there.
 Qt is NOT installed correctly for the target build environment.
Call Stack (most recent call first):
  VTK/GUISupport/Qt/CMakeLists.txt:57 (find_package)


CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindQt4.cmake:664 (message):
  Could NOT find QtCore.  Check D:/ProjectServer_VIE/PARAVIEW/bin/CMakeFiles/CMakeError.log for more
 details. 
Call Stack (most recent call first): VTK/GUISupport/Qt/CMakeLists.txt:57 (find_package)
我手动将Cmake指向qmake.exe目录,但我不确定如何解决此问题。希望你能帮助我

谢谢


Ellen

Paraview目前不支持Qt5。是正确版本的文档

谢谢,这就是问题所在!愚蠢的我……:)