Нерабочая wipлф
This commit is contained in:
22
src/utils/utils.qbs
Normal file
22
src/utils/utils.qbs
Normal 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",
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user