我在哪里可以找到 Linux 上 QtQuickCompiler 生成的 C++ 文件?

Where can I find the QtQuickCompiler generated C++ files on Linux?

我正在使用 QtQuickCompiler 编译我的 QML 文件,使用 qmake 项目文件。

我想检查 C++ 是什么样子,但在构建目录中只有常用文件(.cpp 用于资源、可执行文件和目标文件 .o)。

在编译为目标文件之前,QML 的 .cpp 文件在哪里生成?

它们位于 build-directory 中名为 .qtquickcompiler/ 的隐藏目录中。