Changes between Initial Version and Version 1 of Ticket #67029, comment 5
- Timestamp:
- Mar 4, 2023, 5:52:56 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67029, comment 5
initial v1 3 3 I check for moc 4 4 5 {{{ 5 6 $ ls -al /usr/local/bin/moc 6 7 ls: /usr/local/bin/moc: No such file or directory … … 8 9 $ sudo port content qt5-qtbase | grep moc 9 10 /opt/local/libexec/qt5/bin/moc 11 }}} 10 12 11 13 After installing qt6: 12 14 15 {{{ 13 16 $ sudo port content qt6-qtbase | grep moc 14 17 /opt/local/libexec/qt6/bin/cmake_automoc_parser 15 18 /opt/local/libexec/qt6/bin/moc 19 }}} 16 20 17 21 Thank you