Учимся пользоваться odb в нашем меленьком проекте

This commit was merged in pull request #3.
This commit is contained in:
2025-03-09 10:26:52 +05:00
parent 4fbe63701f
commit d47988adda
16 changed files with 932 additions and 32 deletions

19
project.qbs Normal file
View File

@@ -0,0 +1,19 @@
import qbs
Project {
name: "opds++"
qbsSearchPaths: [
"qbs",
// "redkitty/qbs",
// // "guiness/qbs",
// // "prerequisites/qbs",
// // "report/qbs",
// "redkbuild",
// // "ext_libs/openssl/qbs",
// "redkitty/lib/redkit-gen-integration/qbs",
]
references: [
"src/cpp-opds.qbs",
]
}