[vtkusers] QVTKWidget error

David Doria daviddoria at gmail.com
Wed Apr 17 14:30:30 EDT 2013


On Wed, Apr 17, 2013 at 2:20 PM, Massinissa Bandou
<Massinissa.Bandou at usherbrooke.ca> wrote:
> Hi,
> I've tried with CMake. I got some errors when I build the solution
> (debug/release) it seems not recognizing the Qt libraries. I just want to
> know what wrong with my cmakelist?


Try replacing

INCLUDE_DIRECTORIES(${QT_INCLUDE_DIR})

with

INCLUDE(${QT_USE_FILE})

David



More information about the vtkusers mailing list