aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltc/qmltcoutputir.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmltc/qmltcoutputir.h')
-rw-r--r--tools/qmltc/qmltcoutputir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmltc/qmltcoutputir.h b/tools/qmltc/qmltcoutputir.h
index 8884ddc3a3..cd094ee7b1 100644
--- a/tools/qmltc/qmltcoutputir.h
+++ b/tools/qmltc/qmltcoutputir.h
@@ -140,6 +140,8 @@ struct QmltcProgram
QString cppPath; // C++ output .cpp path
QString hPath; // C++ output .h path
QString outNamespace;
+ QString exportMacro; // if not empty, the macro that should be used to export the generated
+ // classes
QSet<QString> includes; // non-default C++ include files
QmltcMethod urlMethod; // returns QUrl of the QML document