2021-10-29 15:17:40 +02:00
|
|
|
Product {
|
|
|
|
Depends { name: "pdf4qtbuildconfig" }
|
|
|
|
Depends { name: "cpp" }
|
|
|
|
Depends { name: "Qt.core" }
|
2021-12-13 12:04:18 +01:00
|
|
|
cpp.cxxLanguageVersion: "c++20"
|
2021-10-29 15:17:40 +02:00
|
|
|
property bool install: true
|
|
|
|
property string targetInstallDir
|
|
|
|
}
|
|
|
|
|