22 lines
443 B
QML
22 lines
443 B
QML
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",
|
|
"src/database/database.qbs",
|
|
"src/restapi/restapi.qbs",
|
|
]
|
|
}
|