aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrtpackagedeploymentstep.h
diff options
context:
space:
mode:
authorDavid Schulz <[email protected]>2022-02-24 13:57:53 +0100
committerDavid Schulz <[email protected]>2022-03-10 11:29:02 +0000
commitb8caa4f26b9dc18ebaaabf3febc47dd132cec10a (patch)
tree3a16036b8bd4c8be85720a5f9701c84fa3b73bb4 /src/plugins/winrt/winrtpackagedeploymentstep.h
parentb2331dd5f6c16b1927661fda00411e3cca36a2d7 (diff)
Remove UWP support
The UWP support in Qt was removed with Qt 6 and the support in Qt Creator is basically untested. Change-Id: I3148efdb596ddd326f590c14c22cc77ded2582a7 Reviewed-by: <[email protected]> Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/winrt/winrtpackagedeploymentstep.h')
-rw-r--r--src/plugins/winrt/winrtpackagedeploymentstep.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/plugins/winrt/winrtpackagedeploymentstep.h b/src/plugins/winrt/winrtpackagedeploymentstep.h
deleted file mode 100644
index c20898ade90..00000000000
--- a/src/plugins/winrt/winrtpackagedeploymentstep.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2016 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt Creator.
-**
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3 as published by the Free Software
-** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-3.0.html.
-**
-****************************************************************************/
-
-#pragma once
-
-#include <projectexplorer/buildstep.h>
-
-namespace WinRt {
-namespace Internal {
-
-class WinRtDeployStepFactory final : public ProjectExplorer::BuildStepFactory
-{
-public:
- WinRtDeployStepFactory();
-};
-
-} // namespace Internal
-} // namespace WinRt