aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/libs.qbs
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2023-05-10 21:38:41 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2023-05-17 06:29:03 +0000
commitf84199f8b70bb03b66a0dbac3ff4dcdb56094d20 (patch)
tree2227c04675712bd387cea5b193f5b4d3e8196452 /src/libs/libs.qbs
parent520412d147b12ed8fda1a13aef96d79b953590c5 (diff)
Solutions: Long live Solutions!
Short live Tasking in Solutions! Add src/libs/solutions/README.md with the motivation and hints. Move TaskTree and Barrier from Utils into Tasking object lib, the first solution in Solutions project. Tasking: Some more work is still required for adapting auto and manual tests. Currently they use Async task, which stayed in Utils. For Qt purposed we most probably need to have a clone of Async task inside the Tasking namespace that is more Qt-like (no Utils::FutureSynchronizer, no priority field, global QThreadPool instead of a custom one for Creator). Change-Id: I5d10a2d68170ffa467d8c299be5995b9aa4f8f77 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/libs/libs.qbs')
-rw-r--r--src/libs/libs.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/libs.qbs b/src/libs/libs.qbs
index 141e2a6547..ffc3017cba 100644
--- a/src/libs/libs.qbs
+++ b/src/libs/libs.qbs
@@ -19,6 +19,7 @@ Project {
"qmljs/qmljs.qbs",
"qmldebug/qmldebug.qbs",
"qtcreatorcdbext/qtcreatorcdbext.qbs",
+ "solutions/solutions.qbs",
"sqlite/sqlite.qbs",
"tracing/tracing.qbs",
"utils/process_ctrlc_stub.qbs",