Generated output file names #246
Unanswered
ahayzen-kdab
asked this question in
Ideas
Replies: 2 comments 1 reply
-
Potentially use the build script to inject the file_stem into the cxxqt::bridge as an attribute. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For now use the module name + option to choose a custom with the macro attribute. Then if the nightly API becomes stable transfer to that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Options for the file name
Use the name of the QObject#[cxx_qt::bridge(file_stem="my_object")]
proc_macro::Span
inspection APIs rust-lang/rust#54725Where is this used
#include "cxx-qt-gen/include/my_object.cxxqt.h
)include!("my_object.cxxqt.h")
#include "cxx-qt-gen/include/my_object.cxx.h
) and from the cpp file to include the header fileBeta Was this translation helpful? Give feedback.
All reactions