CMake: make it possible to insert new vars in project settings

Task-number: QTCREATORBUG-16238
Change-Id: If98acc4f27cabbb606b2fc1017096da626ba1144
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Stanislav Ionascu
2016-05-15 15:57:17 +02:00
committed by Tobias Hunger
parent e6e2c1771b
commit c1d735503b
4 changed files with 60 additions and 2 deletions

View File

@@ -55,6 +55,10 @@ public:
bool setData(const QModelIndex &index, const QVariant &value, int role) override;
QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
void appendConfiguration(const QString &key,
const QString &value = QString(),
const DataItem::Type type = DataItem::UNKNOWN,
const QString &description = QString());
void setConfiguration(const QList<DataItem> &config);
void flush();
void resetAllChanges();