PDF4QT/qbs/imports/Pdf4QtProduct.qbs

10 lines
220 B
QML

Product {
Depends { name: "pdf4qtbuildconfig" }
Depends { name: "cpp" }
Depends { name: "Qt.core" }
cpp.cxxLanguageVersion: "c++20"
property bool install: true
property string targetInstallDir
}