2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2016 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
2010-02-16 13:39:13 +01:00
|
|
|
|
2016-03-18 07:55:01 +01:00
|
|
|
#pragma once
|
2010-02-16 13:39:13 +01:00
|
|
|
|
2018-05-16 15:42:03 +02:00
|
|
|
#include <projectexplorer/runconfiguration.h>
|
2011-01-20 14:03:07 +01:00
|
|
|
|
2010-02-16 13:39:13 +01:00
|
|
|
namespace QmlProjectManager {
|
2018-04-06 14:55:56 +02:00
|
|
|
namespace Internal {
|
|
|
|
|
|
2020-02-11 11:18:18 +01:00
|
|
|
class QmlProjectRunConfigurationFactory final : public ProjectExplorer::FixedRunConfigurationFactory
|
2018-04-06 14:55:56 +02:00
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
QmlProjectRunConfigurationFactory();
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
} // namespace Internal
|
2010-02-16 13:39:13 +01:00
|
|
|
} // namespace QmlProjectManager
|