PDF4QT/qbs/imports/Pdf4QtProduct.qbs
Raphael Cotty cbeb91fe18 Linux port
2021-10-29 18:42:18 +02:00

10 lines
220 B
QML

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