mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-29 09:40:26 +01:00
16 lines
266 B
QML
16 lines
266 B
QML
import qbs
|
|
|
|
Pdf4QtPlugin {
|
|
name: "DimensionsPlugin"
|
|
files: [
|
|
"*.h",
|
|
"*.cpp",
|
|
"*.ui",
|
|
"icons.qrc",
|
|
]
|
|
Properties {
|
|
condition: qbs.hostOS.contains("windows")
|
|
cpp.defines: "DIMENSIONPLUGIN_LIBRARY"
|
|
}
|
|
}
|