PDF4QT/qbs/imports/Pdf4QtProduct.qbs

11 lines
319 B
QML
Raw Normal View History

2021-10-29 15:17:40 +02:00
Product {
Depends { name: "pdf4qtbuildconfig" }
Depends { name: "cpp" }
Depends { name: "Qt.core" }
cpp.cxxLanguageVersion: "c++20"
2021-12-13 13:58:07 +01:00
cpp.minimumWindowsVersion: "6.1" // Require at least Windows 7, older versions will be ignored
2021-10-29 15:17:40 +02:00
property bool install: true
property string targetInstallDir
}