简体   繁体   中英

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.

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).

Where are generated the .cpp files from the QML before being compiled as object files ?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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