Changes between Initial Version and Version 1 of Ticket #46853, comment 4
- Timestamp:
- May 26, 2015, 10:27:33 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46853, comment 4
initial v1 3 3 4 4 That plugin directory contains the QVTKWidgetPlugin designer plugin. To be installed correctly, `-DVTK_INSTALL_QT_DIR:PATH=${qt_plugins_dir}/designer` must be added to the configure arguments. 5 6 Edit: that must be a relative path, sadly, so it must be `-DVTK_INSTALL_QT_DIR:PATH=share/qtN/plugins/designer` (with qtN either qt4 or qt5).