PDF4QT/Pdf4QtViewerPlugins/RedactPlugin/RedactPlugin.qbs
raphaelcotty 75d40806ed
Conan (#7)
* Add conan support

* Windows Qbs port using conan

* Correct QT_INSTALL_DIRECTORY define

* Correct QT_INSTALL_DIRECTORY define, again
2021-12-13 12:04:18 +01:00

17 lines
291 B
QML

import qbs
Pdf4QtPlugin {
name: "RedactPlugin.qbs"
files: [
"*.h",
"*.cpp",
"*.ui",
"icons.qrc",
]
cpp.includePaths: ["."]
Properties {
condition: qbs.hostOS.contains("windows")
cpp.defines: "REDACTPLUGIN_LIBRARY"
}
}