aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/qdbmakedefaultappstep.h
blob: 626fd9ff4e5a97551438a9f5b4c43b8bb5750c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#include <projectexplorer/buildstep.h>

namespace Qdb {
namespace Internal {

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

} // namespace Internal
} // namespace Qdb