aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/project.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-11-03 11:29:14 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-11-03 11:29:14 +0100
commit8821b89c074b5901c6a2dc3b3756cd9531698ca7 (patch)
tree0c9058169127a9728b6664e914b77d63896b7f6f /src/lib/corelib/api/project.h
parent4b736ac6bd882d0d09ecb0de31faa03b089fe2dc (diff)
parent0d1b18c7ad5bbfe4507f33d5f726b46f39d08677 (diff)
Merge remote-tracking branch 'origin/1.3'
Conflicts: tests/auto/api/tst_api.h Change-Id: I1f9cb9105f4ed2c428729810b7a7079d11e90957
Diffstat (limited to 'src/lib/corelib/api/project.h')
-rw-r--r--src/lib/corelib/api/project.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/corelib/api/project.h b/src/lib/corelib/api/project.h
index de90bbff2..d8e78be3e 100644
--- a/src/lib/corelib/api/project.h
+++ b/src/lib/corelib/api/project.h
@@ -30,6 +30,7 @@
#ifndef QBS_PROJECT_H
#define QBS_PROJECT_H
+#include "rulecommand.h"
#include "../language/forward_decls.h"
#include "../tools/qbs_export.h"
@@ -130,6 +131,9 @@ public:
QSet<QString> buildSystemFiles() const;
+ RuleCommandList ruleCommands(const ProductData &product, const QString &inputFilePath,
+ const QString &outputFileTag, ErrorInfo *error = 0) const;
+
#ifdef QBS_ENABLE_PROJECT_FILE_UPDATES
ErrorInfo addGroup(const ProductData &product, const QString &groupName);
ErrorInfo addFiles(const ProductData &product, const GroupData &group,