Changes between Version 1 and Version 2 of Ticket #46853, comment 3
- Timestamp:
- May 26, 2015, 7:58:12 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46853, comment 3
v1 v2 1 1 If you add Qt support via variants, they typically need to be mutually exclusive, and this port is no exception from what I can see. 2 2 3 I haven't looked at the source code layout, but if you would like to offer both Qt4 and Qt5 support (plugins or however VTK integrates this; something I would encourage you to investigate based on my own work on co-installable Qt ports), you could try making subports. This *might* work like follows:3 I haven't looked at the source code layout, but if you would like to offer both Qt4 and Qt5 support (plugins or however VTK integrates this; something I would encourage you to investigate based on my own work on co-installable Qt ports), you could try making Qt subports that depend on the main VTK port. This *might* work like follows: 4 4 5 5 - the main port takes care not to include Qt support.