CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses that want to create one single project.

This commit is contained in:
Einar Johan Trøan Sømåen 2015-04-04 18:17:10 +02:00
parent d6625c20bf
commit 9ef6e59805
3 changed files with 22 additions and 8 deletions

View file

@ -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,