aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/devicesupport/devicecheckbuildstep.h
blob: 6b7a8edb11b2ecd81b83d84ae59bdaeecb77d36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2016 Research In Motion
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include "../buildstep.h"
#include "../projectexplorer_export.h"

namespace ProjectExplorer {

class PROJECTEXPLORER_EXPORT DeviceCheckBuildStepFactory : public BuildStepFactory
{
public:
    DeviceCheckBuildStepFactory();
};

} // ProjectExplorer