Files
qt-creator/src/plugins/genericprojectmanager/genericmakestep.h

19 lines
430 B
C
Raw Normal View History

// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
2009-03-10 14:20:07 +01:00
#pragma once
2009-03-10 14:20:07 +01:00
#include <projectexplorer/makestep.h>
2009-03-10 14:20:07 +01:00
namespace GenericProjectManager {
namespace Internal {
class GenericMakeStepFactory final : public ProjectExplorer::BuildStepFactory
2009-03-10 14:20:07 +01:00
{
public:
GenericMakeStepFactory();
2009-03-10 14:20:07 +01:00
};
} // namespace Internal
} // namespace GenericProjectManager