23 lines
355 B
QML
23 lines
355 B
QML
/*!
|
|
\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",
|
|
]
|
|
}
|
|
}
|