From 54ec5e8851f0573beb466ddec2e20a1f3c2b7f7a Mon Sep 17 00:00:00 2001 From: Raphael Cotty Date: Thu, 27 Jan 2022 20:05:44 +0100 Subject: Create Host service and update FileInfo In order to use PathProbe and BinaryProbe in module providers, the qbs properties used in the probes will be replaced by the Host and the FileInfo services. The new Host service implements these host related properties: architecture, os, platform, osVersion, osBuildVersion, osVersionParts, osVersionMajor, osVersionMinor, osVersionPatch, nullDevice The FileInfo service implements these properties: pathSeparator, pathListSeparator Task-number: QBS-1612 Change-Id: Icecde3d82a531a5b143ce150ffd544ee674e6f4d Reviewed-by: Christian Kandeler Reviewed-by: Leena Miettinen Reviewed-by: Ivan Komissarov --- src/lib/corelib/corelib.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/corelib/corelib.qbs') diff --git a/src/lib/corelib/corelib.qbs b/src/lib/corelib/corelib.qbs index 89e8fb40b..cf3c45cda 100644 --- a/src/lib/corelib/corelib.qbs +++ b/src/lib/corelib/corelib.qbs @@ -232,6 +232,7 @@ QbsLibrary { "environmentextension.cpp", "file.cpp", "fileinfoextension.cpp", + "host.cpp", "jsextensions.cpp", "jsextensions.h", "moduleproperties.cpp", -- cgit v1.2.3