Нерабочая wipлф

This commit is contained in:
2025-08-09 18:31:55 +05:00
parent 34fcabc04e
commit d01c789b06
10 changed files with 230 additions and 96 deletions

22
src/utils/utils.qbs Normal file
View File

@@ -0,0 +1,22 @@
/*!
\qmltype cpp-opds
\inherits Project
\brief Описание
*/
PSLibrary {
name: "utils"
cpp.defines: [
"UTILS_LIBRARY"
]
Depends { name: "Qt"; submodules: [ "core" ] }
Depends { name: "quazip" }
Group {
name: "cpp"
files: [
"**/*.h",
"**/*.cpp",
]
}
}