aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/corelib.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-17 14:17:16 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-20 12:10:16 +0000
commit034be2038d9316fdc6565f8caaa95bfdad544595 (patch)
tree854cf55e9d8ded517b0d021acf6cb2c80589c86c /src/lib/corelib/corelib.qbs
parent5a6daaf7dfb78c23573ce88fbecca8b8d40c812c (diff)
API: Make transformer data available
Expose transformer information such as the input and output lists and the associated commands to interested parties. In particular, generators might have a need for that. Change-Id: I18f60e3a6fcb7792638b5786dde50e8722d7f417 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/corelib.qbs')
-rw-r--r--src/lib/corelib/corelib.qbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/corelib/corelib.qbs b/src/lib/corelib/corelib.qbs
index 13c20c2c8..02e49b105 100644
--- a/src/lib/corelib/corelib.qbs
+++ b/src/lib/corelib/corelib.qbs
@@ -77,6 +77,8 @@ QbsLibrary {
"rulecommand.cpp",
"rulecommand_p.h",
"runenvironment.cpp",
+ "transformerdata.cpp",
+ "transformerdata_p.h",
]
}
Group {
@@ -90,7 +92,8 @@ QbsLibrary {
"project.h",
"projectdata.h",
"rulecommand.h",
- "runenvironment.h"
+ "runenvironment.h",
+ "transformerdata.h",
]
}
Group {