Changes between Initial Version and Version 1 of Ticket #69777, comment 6


Ignore:
Timestamp:
Apr 22, 2024, 5:15:49 PM (4 weeks ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69777, comment 6

    initial v1  
    6060
    6161I don't know how the mainstream port:qt4-mac names its `qmake` utility nor if it's on the path. CMake will consider binaries on the path called `qmake qmake4 qmake-qt4 qmake-mac` and verify (I think) if they're what it's looking for.
    62 If needed the port can add `-DQT_QMAKE_EXECUTABLE=/path/to/qmake` to `configure.args`. This is done by my own `kde4 1.1` PortGroup but I see the mainstream PG fails to add that which is probably the reason for the current configure failure.
     62If needed the port can add `-DQT_QMAKE_EXECUTABLE=${qt_qmake_cmd}` to `configure.args`. This is done by my own `kde4 1.1` PortGroup but I see the mainstream PG fails to add that which is probably the reason for the current configure failure.