aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxplugin.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-08-15 08:56:07 +0200
committerhjk <hjk@qt.io>2019-08-16 06:10:43 +0000
commit596a54f6454a984566e0a788a12139b1d9f94bd1 (patch)
treebe9bc7dd2642f747ff56199048d6ad922abe4f5f /src/plugins/remotelinux/remotelinuxplugin.cpp
parent7c7201c56c46a893e148e0a3e8c88a2ad7f8823b (diff)
RemoteLinux: Move EmbeddeLinuxQtVersion to QtSupport
The class uses only one ID from RL at compile time, and after the move RL does not hard-depend on QtSupport anymore. Change-Id: I9f8aa6782e45fe998d83ddcc5323c396964bf1fe Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxplugin.cpp')
-rw-r--r--src/plugins/remotelinux/remotelinuxplugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxplugin.cpp b/src/plugins/remotelinux/remotelinuxplugin.cpp
index 438c5c23e3..1f51780248 100644
--- a/src/plugins/remotelinux/remotelinuxplugin.cpp
+++ b/src/plugins/remotelinux/remotelinuxplugin.cpp
@@ -25,7 +25,6 @@
#include "remotelinuxplugin.h"
-#include "embeddedlinuxqtversion.h"
#include "linuxdevice.h"
#include "remotelinux_constants.h"
#include "remotelinuxqmltoolingsupport.h"
@@ -82,7 +81,6 @@ public:
checkForFreeDiskSpaceStepFactory;
GenericDeployStepFactory<RemoteLinuxKillAppStep> remoteLinuxKillAppStepFactory;
GenericDeployStepFactory<MakeInstallStep> makeInstallStepFactory;
- EmbeddedLinuxQtVersionFactory embeddedLinuxQtVersionFactory;
const QList<Core::Id> supportedRunConfigs {
runConfigurationFactory.id(),