forked from qt-creator/qt-creator
RemoteLinux: Rename rscyncdeploystep.* to genericdeploystep.*
Change-Id: Ia1a3a18690fb1f3301e97a628ebe3d20568871eb Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user