valentina/src/libs/vhpgl/vhpgl.qbs

20 lines
393 B
QML
Raw Normal View History

2023-07-10 18:23:41 +02:00
VLib {
Depends { name: "Qt"; submodules: ["core"] }
Depends { name: "VMiscLib"}
Depends { name: "VFormatLib"}
name: "VHPGLLib"
files: [
"vhpglengine.cpp",
"vhpglengine.h",
"vhpglpaintdevice.cpp",
"vhpglpaintdevice.h",
]
Export {
Depends { name: "cpp" }
cpp.includePaths: [exportingProduct.sourceDirectory]
}
}