summaryrefslogtreecommitdiffstats
path: root/src/linguist/shared/projectdescriptionreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linguist/shared/projectdescriptionreader.h')
-rw-r--r--src/linguist/shared/projectdescriptionreader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/linguist/shared/projectdescriptionreader.h b/src/linguist/shared/projectdescriptionreader.h
index c7234d16b..f3d2ddf23 100644
--- a/src/linguist/shared/projectdescriptionreader.h
+++ b/src/linguist/shared/projectdescriptionreader.h
@@ -42,6 +42,7 @@ typedef std::vector<Project> Projects;
struct Project
{
QString filePath;
+ QString compileCommands;
QString codec;
QStringList excluded;
QStringList includePaths;