mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-04-03 21:21:05 +02:00
13 lines
174 B
QML
13 lines
174 B
QML
import qbs
|
|
|
|
Pdf4QtPlugin {
|
|
name: "RedactPlugin.qbs"
|
|
files: [
|
|
"*.h",
|
|
"*.cpp",
|
|
"*.ui",
|
|
"icons.qrc",
|
|
]
|
|
cpp.includePaths: ["."]
|
|
}
|