RemoteLinux: Rename rscyncdeploystep.* to genericdeploystep.*

Change-Id: Ia1a3a18690fb1f3301e97a628ebe3d20568871eb
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2023-10-05 17:53:35 +02:00
parent 248ac4a658
commit 687dfea03b
5 changed files with 5 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ add_qtc_plugin(RemoteLinux
abstractremotelinuxdeploystep.cpp abstractremotelinuxdeploystep.h
customcommanddeploystep.cpp customcommanddeploystep.h
deploymenttimeinfo.cpp deploymenttimeinfo.h
genericdeploystep.cpp genericdeploystep.h
genericdirectuploadstep.cpp genericdirectuploadstep.h
genericlinuxdeviceconfigurationwidget.cpp genericlinuxdeviceconfigurationwidget.h
killappstep.cpp killappstep.h
@@ -23,7 +24,6 @@ add_qtc_plugin(RemoteLinux
remotelinuxrunconfiguration.cpp remotelinuxrunconfiguration.h
remotelinuxsignaloperation.cpp remotelinuxsignaloperation.h
remotelinuxtr.h
rsyncdeploystep.cpp rsyncdeploystep.h
sshdevicewizard.cpp sshdevicewizard.h
sshkeycreationdialog.cpp sshkeycreationdialog.h
tarpackagecreationstep.cpp tarpackagecreationstep.h

View File

@@ -1,7 +1,7 @@
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "rsyncdeploystep.h"
#include "genericdeploystep.h"
#include "abstractremotelinuxdeploystep.h"
#include "remotelinux_constants.h"

View File

@@ -16,6 +16,8 @@ QtcPlugin {
"deploymenttimeinfo.h",
"customcommanddeploystep.cpp",
"customcommanddeploystep.h",
"genericdeploystep.cpp",
"genericdeploystep.h",
"genericdirectuploadstep.cpp",
"genericdirectuploadstep.h",
"genericlinuxdeviceconfigurationwidget.cpp",
@@ -47,8 +49,6 @@ QtcPlugin {
"remotelinuxsignaloperation.cpp",
"remotelinuxsignaloperation.h",
"remotelinuxtr.h",
"rsyncdeploystep.cpp",
"rsyncdeploystep.h",
"sshdevicewizard.cpp",
"sshdevicewizard.h",
"sshkeycreationdialog.cpp",

View File

@@ -4,6 +4,7 @@
#include "remotelinuxplugin.h"
#include "customcommanddeploystep.h"
#include "genericdeploystep.h"
#include "genericdirectuploadstep.h"
#include "killappstep.h"
#include "linuxdevice.h"
@@ -13,7 +14,6 @@
#include "remotelinuxdebugsupport.h"
#include "remotelinuxrunconfiguration.h"
#include "remotelinuxtr.h"
#include "rsyncdeploystep.h"
#include "tarpackagecreationstep.h"
#include "tarpackagedeploystep.h"