aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/corelib.qbs
diff options
context:
space:
mode:
authorRaphael Cotty <raphael.cotty@gmail.com>2022-01-27 20:05:44 +0100
committerRaphaƫl Cotty <raphael.cotty@gmail.com>2022-02-01 06:37:44 +0000
commit54ec5e8851f0573beb466ddec2e20a1f3c2b7f7a (patch)
tree5d86286b45d7ccd23d40274554639c1690481328 /src/lib/corelib/corelib.qbs
parentaa2094761aec16001ac0d19bf85483fdc2c78611 (diff)
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 <christian.kandeler@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'src/lib/corelib/corelib.qbs')
-rw-r--r--src/lib/corelib/corelib.qbs1
1 files changed, 1 insertions, 0 deletions
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",