mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-02-11 09:10:36 +01:00
13 lines
180 B
QML
13 lines
180 B
QML
|
import qbs
|
||
|
|
||
|
Pdf4QtPlugin {
|
||
|
name: "SoftProofingPlugin.qbs"
|
||
|
files: [
|
||
|
"*.h",
|
||
|
"*.cpp",
|
||
|
"*.ui",
|
||
|
"icons.qrc",
|
||
|
]
|
||
|
cpp.includePaths: ["."]
|
||
|
}
|