mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
docs: dbal,cpp,txt (2 files)
This commit is contained in:
@@ -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) {
|
||||
|
||||
18
frontends/dbal/qml/conanfile.txt
Normal file
18
frontends/dbal/qml/conanfile.txt
Normal 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
|
||||
Reference in New Issue
Block a user