Yuri <[email protected]> writes: > On 07/17/2017 13:59, Jan Beich wrote: > >> Did you try USE_QT5=qmake_build ? > > > They got rid of qmake, they use only cmake. Apparently, > cmake+CMAKE_AUTOMOC without qmake works on linux.
Can you show the error log? IIRC, CMake cannot build Qt-based projects without QMake installed and automoc isn't invoked for Qt5. I maintain a few Qt5 ports that build via USES=cmake. For one, citra-qt5, ppsspp-qt5, rpcs3 have set(CMAKE_AUTOMOC ON). _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
