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>
This commit is contained in:
hjk
2019-08-15 08:56:07 +02:00
parent 7c7201c56c
commit 596a54f645
16 changed files with 63 additions and 146 deletions

View File

@@ -44,7 +44,8 @@
#include <qtsupport/baseqtversion.h>
#include <qtsupport/qtkitinformation.h>
#include <qtsupport/qtsupportconstants.h>
#include <qtsupport/desktopqtversion.h>
#include <qtsupport/qtversions.h>
#include <qmljs/qmljsmodelmanagerinterface.h>
#include <utils/algorithm.h>