CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses that want to create one single project.
This commit is contained in:
parent
d6625c20bf
commit
9ef6e59805
3 changed files with 22 additions and 8 deletions
|
@ -45,7 +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:
|
||||
enum {
|
||||
SettingsAsList = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue