mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-04 20:39:52 +01:00
10 lines
220 B
QML
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
|
||
|
}
|
||
|
|