Changes between Initial Version and Version 1 of Ticket #46536, comment 11
- Timestamp:
- Mar 8, 2015, 6:24:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46536, comment 11
initial v1 1 A minor change: the Qt5 PortGroup file now defines a variable, `qt5_dependency` for reference by client ports like translations which do not directly depend on Qt. 1 A minor change: the Qt5 PortGroup file now defines a variable, `qt5_dependency` for reference by client ports like translations which do not directly depend on Qt and now can do 2 3 {{{ 4 depends_lib-delete ${qt5_dependency} 5 }}} 6 7 to signal that fact.