0

Qt を使用する必要がある Cmake でポストプロセッサ Paraview を構成しようとしています。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 ディレクトリに指定しましたが、この問題を解決する方法がわかりません。あなたが私を助けてくれることを願っています。

ありがとう、

エレン

4

1 に答える 1

1

Paraview は現在 Qt5 をサポートしていません。ここに正しいバージョンのドキュメントがあります。

于 2013-11-08T05:24:41.493 に答える