aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/qbs.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-10-28 15:39:15 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-10-31 11:08:17 +0100
commit0d1b18c7ad5bbfe4507f33d5f726b46f39d08677 (patch)
tree270034545db1c5682dd50719402125ca1035090b /src/lib/corelib/qbs.h
parent29a977873bc2d8d46926de5f60d1e78da82fde74 (diff)
Make information about commands available via the API.
Users can supply a file path and a tag, and they will get the list of commands that are run to create an output file with the given tag from the given input file. This information is needed by Qt Creator. Change-Id: I36f92c200e78831733fccc4f7b5f54b8218d6311 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/lib/corelib/qbs.h')
-rw-r--r--src/lib/corelib/qbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/qbs.h b/src/lib/corelib/qbs.h
index 2bd3e7529..4c39c3dc1 100644
--- a/src/lib/corelib/qbs.h
+++ b/src/lib/corelib/qbs.h
@@ -34,6 +34,7 @@
#include "api/languageinfo.h"
#include "api/project.h"
#include "api/projectdata.h"
+#include "api/rulecommand.h"
#include "logging/ilogsink.h"
#include "tools/architectures.h"
#include "tools/buildoptions.h"