aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/create_project.h
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_project/create_project.h')
-rw-r--r--devtools/create_project/create_project.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/create_project/create_project.h b/devtools/create_project/create_project.h
index 459342a67d..cea1222b4d 100644
--- a/devtools/create_project/create_project.h
+++ b/devtools/create_project/create_project.h
@@ -459,6 +459,13 @@ protected:
virtual const char *getProjectExtension() { return ""; }
/**
+ * Returns whether the provider produces one project per engine
+ * allowing providers such as the XCode-project provider to disable
+ * the logic for this in the super-class, thus merging the engine-files
+ * into the main project instead.
+ */
+ virtual bool createOneProjectPerEngine() const { return true; }
+ /**
* Adds files of the specified directory recursively to given project file.
*
* @param dir Path to the directory.