aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/xcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_project/xcode.h')
-rw-r--r--devtools/create_project/xcode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/devtools/create_project/xcode.h b/devtools/create_project/xcode.h
index f0b0b1e350..b02cb5b75c 100644
--- a/devtools/create_project/xcode.h
+++ b/devtools/create_project/xcode.h
@@ -45,9 +45,8 @@ protected:
void writeFileListToProject(const FileNode &dir, std::ofstream &projectFile, const int indentation,
const StringList &duplicate, const std::string &objPrefix, const std::string &filePrefix);
- // Disable multi-project creation on ProjectProvider
- bool createOneProjectPerEngine() const { return false; }
private:
+ std::string _projectRoot;
enum {
SettingsAsList = 0x01,
SettingsSingleItem = 0x02,