aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.pro
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/remotelinux.pro
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/remotelinux.pro')
-rw-r--r--src/plugins/remotelinux/remotelinux.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index 5314e25d64b..1e92e019cb4 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -3,7 +3,6 @@ QT += network
include(../../qtcreatorplugin.pri)
HEADERS += \
- embeddedlinuxqtversion.h \
makeinstallstep.h \
remotelinuxenvironmentaspect.h \
remotelinuxenvironmentaspectwidget.h \
@@ -47,7 +46,6 @@ HEADERS += \
deploymenttimeinfo.h
SOURCES += \
- embeddedlinuxqtversion.cpp \
makeinstallstep.cpp \
remotelinuxenvironmentaspect.cpp \
remotelinuxenvironmentaspectwidget.cpp \