2023-01-04 17:31:50 +01:00
|
|
|
VLib {
|
2023-10-24 13:49:56 +02:00
|
|
|
Depends { name: "Qt"; submodules: ["gui"] }
|
2023-10-24 14:00:22 +02:00
|
|
|
Depends { name: "VMiscLib"; }
|
2023-01-04 17:31:50 +01:00
|
|
|
|
|
|
|
name: "VObjLib"
|
|
|
|
files: [
|
|
|
|
"vobjengine.cpp",
|
|
|
|
"vobjpaintdevice.cpp",
|
|
|
|
"delaunay.cpp",
|
|
|
|
"predicates.cpp",
|
|
|
|
"vobjengine.h",
|
|
|
|
"delaunay.h",
|
|
|
|
"vobjpaintdevice.h",
|
|
|
|
]
|
|
|
|
|
|
|
|
Export {
|
|
|
|
Depends { name: "cpp" }
|
|
|
|
cpp.includePaths: [exportingProduct.sourceDirectory]
|
|
|
|
}
|
|
|
|
}
|