aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/autogenstep.h
blob: 0f80035d804c349e482fc8830c3b729165c47b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 Openismus GmbH.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include <projectexplorer/buildstep.h>

namespace AutotoolsProjectManager::Internal {

class AutogenStepFactory final : public ProjectExplorer::BuildStepFactory
{
public:
    AutogenStepFactory();
};

} // AutotoolsProjectManager::Internal