mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-29 09:40:26 +01:00
11 lines
319 B
QML
11 lines
319 B
QML
Product {
|
|
Depends { name: "pdf4qtbuildconfig" }
|
|
Depends { name: "cpp" }
|
|
Depends { name: "Qt.core" }
|
|
cpp.cxxLanguageVersion: "c++20"
|
|
cpp.minimumWindowsVersion: "6.1" // Require at least Windows 7, older versions will be ignored
|
|
property bool install: true
|
|
property string targetInstallDir
|
|
}
|
|
|