forked from qt-creator/qt-creator
C++: introduce a project config file field in the projectPart.
This field is used by the generic project manager which passes the ".config" file in it. The advantage is that both the SnapshotUpdater and the clang code model do not need to do anything smart, but can pass it directly to the preprocessor. Task-number: QTCREATORBUG-11390 Change-Id: I44fc7b20afd28fb59608412f2cce86af6f7e7d6b Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -81,7 +81,6 @@ public:
|
||||
|
||||
void refresh(RefreshOptions options);
|
||||
|
||||
QByteArray defines() const;
|
||||
QStringList projectIncludePaths() const;
|
||||
QStringList files() const;
|
||||
|
||||
@@ -108,7 +107,6 @@ private:
|
||||
QStringList m_files;
|
||||
QHash<QString, QString> m_rawListEntries;
|
||||
QStringList m_projectIncludePaths;
|
||||
QByteArray m_defines;
|
||||
|
||||
GenericProjectNode *m_rootNode;
|
||||
QFuture<void> m_codeModelFuture;
|
||||
|
||||
Reference in New Issue
Block a user