forked from qt-creator/qt-creator
CMake: Get rid of <Source Directory> in server-mode
Change-Id: Ifa4f813d577ab64351d25eb4be1dc7981687da23 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -35,7 +35,7 @@ class CMakeInputsNode : public ProjectExplorer::ProjectNode
|
||||
public:
|
||||
CMakeInputsNode(const Utils::FileName &cmakeLists);
|
||||
|
||||
static Utils::FileName inputsPathFromCMakeListsPath(const Utils::FileName &cmakeLists);
|
||||
static QByteArray generateId(const Utils::FileName &inputFile);
|
||||
|
||||
bool showInSimpleTree() const final;
|
||||
};
|
||||
@@ -60,7 +60,9 @@ public:
|
||||
class CMakeTargetNode : public ProjectExplorer::ProjectNode
|
||||
{
|
||||
public:
|
||||
CMakeTargetNode(const Utils::FileName &directory);
|
||||
CMakeTargetNode(const Utils::FileName &directory, const QString &target);
|
||||
|
||||
static QByteArray generateId(const Utils::FileName &directory, const QString &target);
|
||||
|
||||
void setTargetInformation(const QList<Utils::FileName> &artifacts, const QString &type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user