https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267546

Adriaan de Groot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Works As Intended
                 CC|                            |[email protected]

--- Comment #1 from Adriaan de Groot <[email protected]> ---
So install qmake and moc. You're going to need them *anyway* if you are
building anything that uses Qt in a serious way (e.g. with automoc). If you're
writing a port,

USE_QT += qmake:build  buildtools:build

If you want to fool around,

add_executable(Qt5::moc IMPORTED)
add_executable(Qt5::qmake IMPORTED)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to