Учимся пользоваться odb в нашем меленьком проекте
This commit was merged in pull request #3.
This commit is contained in:
19
project.qbs
Normal file
19
project.qbs
Normal 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",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user