From 019447c535a2eeff8fd6fe15c7304982c7604989 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 18 Jun 2019 15:41:27 +0200 Subject: New class wizard: Add Qt module dependencies, if necessary Provide general infrastrucure and implementation for qmake. Fixes: QTCREATORBUG-16067 Change-Id: I8c6368fe2724c9450dcbc3410b6ca459bbbdc043 Reviewed-by: hjk --- src/plugins/qmakeprojectmanager/qmakeparsernodes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/qmakeprojectmanager/qmakeparsernodes.h') diff --git a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h index 3827957d576..1387760145d 100644 --- a/src/plugins/qmakeprojectmanager/qmakeparsernodes.h +++ b/src/plugins/qmakeprojectmanager/qmakeparsernodes.h @@ -151,6 +151,7 @@ public: bool deleteFiles(const QStringList &filePaths); bool canRenameFile(const QString &filePath, const QString &newFilePath); bool renameFile(const QString &filePath, const QString &newFilePath); + bool addDependencies(const QStringList &dependencies); bool setProVariable(const QString &var, const QStringList &values, const QString &scope = QString(), -- cgit v1.2.3