From 88431aca9ebb508b07d3533a5eb056166cd1d8dd Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 06:15:52 +0000 Subject: [PATCH] docs: dbal,cpp,txt (2 files) --- dbal/cpp/tests/unit/client_test.cpp | 3 ++- frontends/dbal/qml/conanfile.txt | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 frontends/dbal/qml/conanfile.txt diff --git a/dbal/cpp/tests/unit/client_test.cpp b/dbal/cpp/tests/unit/client_test.cpp index 41764b630..e38e59cb5 100644 --- a/dbal/cpp/tests/unit/client_test.cpp +++ b/dbal/cpp/tests/unit/client_test.cpp @@ -1302,6 +1302,7 @@ int main() { test_user_batch_operations(); test_page_crud(); test_page_validation(); + test_page_search(); test_component_crud(); test_component_validation(); test_workflow_crud(); @@ -1317,7 +1318,7 @@ int main() { std::cout << std::endl; std::cout << "==================================================" << std::endl; - std::cout << "✅ All 28 test suites passed!" << std::endl; + std::cout << "✅ All 29 test suites passed!" << std::endl; std::cout << "==================================================" << std::endl; return 0; } catch (const std::exception& e) { diff --git a/frontends/dbal/qml/conanfile.txt b/frontends/dbal/qml/conanfile.txt new file mode 100644 index 000000000..9fbef0921 --- /dev/null +++ b/frontends/dbal/qml/conanfile.txt @@ -0,0 +1,18 @@ +[requires] +qt/6.7.0 + +[generators] +CMakeDeps +CMakeToolchain + +[options] +qt:shared=True +qt:qtdeclarative=True +qt:qtquick=True +qt:qtquickcontrols2=True + +[tool_requires] +cmake/3.27.1 + +[layout] +cmake_layout