Raphael Cotty cbeb91fe18 Linux port
2021-10-29 18:42:18 +02:00

13 lines
181 B
QML

import qbs
Pdf4QtPlugin {
name: "OutputPreviewPlugin.qbs"
files: [
"*.h",
"*.cpp",
"*.ui",
"icons.qrc",
]
cpp.includePaths: ["."]
}