All Questions
3 questions
1
vote
0
answers
1k
views
'QVTKWidget.h' file not found
I installed PCL 1.8.0 on Ubuntu 18.04 but I encountered an error while installing a repo.
[ 88%] Building CXX object CMakeFiles/tviewer.dir/tviewer/tviewer_widget/tviewer_widget.cpp.o
In file included ...
2
votes
1
answer
619
views
undefined reference to 'QVTKWidget::QVTKWidget'
The env is VTK-8.0 ITK-5.2 QT-5.12
This error occurs when I compile this cmake file:
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project(QtDICOMViewer)
find_package(VTK REQUIRED)
#find_package(...
0
votes
0
answers
754
views
Cmake can't find qt when building vtk
I am getting the following error while trying to build vtk with qt support:
CMake Error at CMakeLists.txt:370 (MESSAGE):
Qt 4.5.0 or greater not found. Please check the QT_QMAKE_EXECUTABLE
...