简体   繁体   English

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

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

I am using the QtQuickCompiler to compile my QML files, with qmake project file. 我正在使用QtQuickCompiler来编译带有qmake项目文件的QML文件。

I'd like to check what the C++ looks like but in the build-directory there is only the usual files (.cpp for the resources, the executable, and the object files .o). 我想检查一下C ++的外观,但是在构建目录中只有通常的文件(.cpp用于资源,可执行文件和目标文件.o)。

Where are generated the .cpp files from the QML before being compiled as object files ? 在编译为目标文件之前,从QML生成的.cpp文件在哪里生成?

它们位于名为.qtquickcompiler/的构建目录内的隐藏目录中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM