aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeparsernodes.h
diff options
context:
space:
mode:
authorChristian Kandeler <[email protected]>2019-06-18 15:41:27 +0200
committerChristian Kandeler <[email protected]>2019-06-19 14:06:49 +0000
commit019447c535a2eeff8fd6fe15c7304982c7604989 (patch)
tree95e8605fa5ad4602e971b9b3557e1ad6a5fdcb48 /src/plugins/qmakeprojectmanager/qmakeparsernodes.h
parentf42078846545be8114d1bfc261d21f60bed793b7 (diff)
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 <[email protected]>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakeparsernodes.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakeparsernodes.h1
1 files changed, 1 insertions, 0 deletions
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(),