aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmaketool.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-09-28 15:48:10 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-09-30 07:27:38 +0000
commit8d608d2a74a86bf0f89616de5837e10bd66807f3 (patch)
treeb6c25505c70d4d2c28261a3304728dcd6913a5f7 /src/plugins/cmakeprojectmanager/cmaketool.h
parent3ef11019e217048e4b28d17ad89c69706ef3887f (diff)
CMake: Add method to query server mode support to CMakeTool
Change-Id: I88ce643749d2d8f801b20a2c6d7555348292af94 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmaketool.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmaketool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmaketool.h b/src/plugins/cmakeprojectmanager/cmaketool.h
index 30193262cb..ab786fce95 100644
--- a/src/plugins/cmakeprojectmanager/cmaketool.h
+++ b/src/plugins/cmakeprojectmanager/cmaketool.h
@@ -87,6 +87,7 @@ public:
bool isAutoRun() const;
QList<Generator> supportedGenerators() const;
TextEditor::Keywords keywords();
+ bool hasServerMode() const;
bool isAutoDetected() const;
QString displayName() const;