mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-26 16:22:50 +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"
|
|
}
|
|
}
|