用CMAKE配置VTK 9.1.0和QT5的时候,提示
CMake Warning (dev) at GUISupport/QtQuick/qml/CMakeLists.txt:93 (message):Qt5 is configured in both Debug and Release modes. Due to Qt issue 47774 (https://bugreports.qt.io/browse/QTBUG-47774), skipping generation of qmltypes file. Using the one provided with the source tree instead.
CMake警告(dev)位于GUISupport/QtQuick/qml/CMakeLists。txt:93(消息):Qt5在调试和发布模式下都配置。由于Qt问题47774
(https://bugreports.qt.io/browse/QTBUG-47774)%EF%BC%8C%E6%AD%A3%E5%9C%A8%E8%B7%B3%E8%BF%87%E7%9A%84%E7%94%9F%E6%88%90
qmltypes文件。使用源树提供的方法。
此前配置过一次,在QT上运行PCL程序发现只能release,不能debug,debug会提示无法连接到动态链接库。
请问有兄弟知道怎么解决吗?