Changes between Initial Version and Version 1 of Ticket #67029, comment 5


Ignore:
Timestamp:
Mar 4, 2023, 5:52:56 AM (15 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67029, comment 5

    initial v1  
    33I check for moc
    44
     5{{{
    56$ ls -al /usr/local/bin/moc
    67ls: /usr/local/bin/moc: No such file or directory
     
    89$ sudo  port content qt5-qtbase | grep moc
    910  /opt/local/libexec/qt5/bin/moc
     11}}}
    1012
    1113After installing qt6:
    1214 
     15{{{
    1316$ sudo  port content qt6-qtbase | grep moc
    1417  /opt/local/libexec/qt6/bin/cmake_automoc_parser
    1518  /opt/local/libexec/qt6/bin/moc
     19}}}
    1620
    1721Thank you