mirror of https://github.com/JakubMelka/PDF4QT.git
16 lines
265 B
QML
16 lines
265 B
QML
|
import qbs
|
||
|
|
||
|
Pdf4QtPlugin {
|
||
|
name: "SignaturePlugin"
|
||
|
files: [
|
||
|
"*.h",
|
||
|
"*.cpp",
|
||
|
"*.ui",
|
||
|
"icons.qrc",
|
||
|
]
|
||
|
Properties {
|
||
|
condition: qbs.hostOS.contains("windows")
|
||
|
cpp.defines: "SIGNATUREPLUGIN_LIBRARY"
|
||
|
}
|
||
|
}
|