aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtversions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-7/+7
| | | | | | | | The coreplugin/id.h header is kept for downstream for now. Change-Id: I8c44590f7b988b3770ecdc177c40783e12353e66 (cherry picked from commit 430a33dcd9ac80ddb848e41f8f059102857c88aa) Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* QtSupport: Simplify detection of embedded linux Qt versionsTobias Hunger2019-10-011-9/+1
| | | | | | | | | | The temporary Qt version never has a qmake path set, so it always returns an empty list of qtAbis. Make that explicit:-) Change-Id: I74b65897e5a9daddae638a99c38fa1a95f8a3086 Reviewed-by: hjk <hjk@qt.io>
* QtSupport: Move qmlsceneCommand down to BaseQtVersionhjk2019-08-201-30/+13
| | | | | | | | | This had already accessors to all kind of commands, having also qmlsceneCommand there makes it more consistent and lets us un-export DesktopQtVersion. Change-Id: I3ba5a840125b2b1197abb1564b7906571230f2c4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* RemoteLinux: Move EmbeddeLinuxQtVersion to QtSupporthjk2019-08-161-0/+159
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>