aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/utils.qbs
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2021-07-07 11:36:03 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2021-07-08 12:12:10 +0000
commit58d00f37d46569832168084f17671952b88a395c (patch)
tree40cd7006de5d7da88a4f67bb2efa714dd0f004cd /src/libs/utils/utils.qbs
parentf16276c792c4c1992c6ef70999822b6a1392b816 (diff)
Initial import of processlauncher copy from qbs project
Change-Id: I9d646dd1a820e4e69c808998d9f12ff2f5dabe6d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/libs/utils/utils.qbs')
-rw-r--r--src/libs/utils/utils.qbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libs/utils/utils.qbs b/src/libs/utils/utils.qbs
index d9211602086..b2c6bfe57f8 100644
--- a/src/libs/utils/utils.qbs
+++ b/src/libs/utils/utils.qbs
@@ -159,6 +159,12 @@ Project {
"json.h",
"jsontreeitem.cpp",
"jsontreeitem.h",
+ "launcherinterface.cpp",
+ "launcherinterface.h",
+ "launcherpackets.cpp",
+ "launcherpackets.h",
+ "launchersocket.cpp",
+ "launchersocket.h",
"layoutbuilder.cpp",
"layoutbuilder.h",
"linecolumn.cpp",