PDF4QT/Pdf4QtViewerPlugins/SoftProofingPlugin/SoftProofingPlugin.qbs

17 lines
303 B
QML
Raw Normal View History

2021-10-29 15:17:40 +02:00
import qbs
Pdf4QtPlugin {
name: "SoftProofingPlugin.qbs"
files: [
"*.h",
"*.cpp",
"*.ui",
"icons.qrc",
]
cpp.includePaths: ["."]
Properties {
condition: qbs.hostOS.contains("windows")
cpp.defines: "SOFTPROOFINGPLUGIN_LIBRARY"
}
2021-10-29 15:17:40 +02:00
}