Details
Description
I'm building a project through Qt Creator:
Qt Creator 4.14.2 Based on Qt 5.15.2 (GCC 7.3.1 20180303 (Red Hat 7.3.1-5), 64 bit)
/home/mitch/dev/qt-unified/Tools/QtCreator/bin/qbs --version says 1.18.2, but there's no version for that in Jira currently.
I'm using Qt built from the dev branch (so 6.2). I get this error message:
:-1: error: The process '/home/mitch/dev/qt-dev-debug/qtbase/bin/moc' could not be started: execve: No such file or directory. The full command line invocation was: /home/mitch/dev/qt-dev-debug/qtbase/bin/moc [...]
Apparently the relevant change in Qt is https://codereview.qt-project.org/c/qt/qtbase/+/331332.
Attachments
Issue Links
- resulted from
-
QTBUG-88791 Move build tools like moc and rcc into $prefix/libexec
- Closed