summaryrefslogtreecommitdiff
path: root/qmake/generators/makefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/generators/makefile.h')
-rw-r--r--qmake/generators/makefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmake/generators/makefile.h b/qmake/generators/makefile.h
index f81fc3cb54..9cc1550fb5 100644
--- a/qmake/generators/makefile.h
+++ b/qmake/generators/makefile.h
@@ -40,6 +40,7 @@
QT_BEGIN_NAMESPACE
+// ### rename to compilation database
struct CompileCommandRecorder
{
QJsonArray commands;
@@ -47,6 +48,7 @@ struct CompileCommandRecorder
// values are coded in the makefile and also supplied here, for expansion before writing
// compile_commands.json.
QHash<QString, QString> compilerVariables;
+ static QString compilationDatabaseFileNameForMakefile(const QFileInfo &makeFileInfo);
};
#ifdef Q_OS_WIN32