mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-28 17:20:02 +01:00
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"
|
||
|
}
|
||
|
}
|