docs: dbal,cpp,txt (2 files)

This commit is contained in:
2025-12-26 06:15:52 +00:00
parent 6bf6fc0497
commit 88431aca9e
2 changed files with 20 additions and 1 deletions

View File

@@ -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) {

View File

@@ -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