/usr/lib/vtk-5.8/VTKConfigQt.cmake is in libvtk5-qt4-dev 5.8.0-14.1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #-----------------------------------------------------------------------------
#
# VTKConfigQt.cmake - VTK Qt CMake configuration file for external projects.
#
# This file is configured by VTK and used by the VTKConfig.cmake module
# to load VTK's Qt settings for an external project.
SET(VTK_USE_QVTK "ON")
SET(VTK_USE_QVTK_OPENGL "")
# exports for Qt4
SET(VTK_QT_RCC_EXECUTABLE "/usr/lib/x86_64-linux-gnu/qt4/bin/rcc")
# exports for Qt3/Qt4
SET(VTK_QT_MOC_EXECUTABLE "/usr/lib/x86_64-linux-gnu/qt4/bin/moc")
SET(VTK_QT_UIC_EXECUTABLE "/usr/lib/x86_64-linux-gnu/qt4/bin/uic")
SET(VTK_QT_QMAKE_EXECUTABLE "/usr/bin/qmake")
|