mirror of https://github.com/JakubMelka/PDF4QT.git
12 lines
212 B
QML
12 lines
212 B
QML
|
Pdf4QtApp {
|
||
|
name: "Pdf4QtDocDiff"
|
||
|
files: [
|
||
|
"*.cpp",
|
||
|
"*.h",
|
||
|
"*.ui",
|
||
|
"resources.qrc",
|
||
|
]
|
||
|
cpp.includePaths: ["."]
|
||
|
Depends { name: "Qt"; submodules: ["widgets"] }
|
||
|
}
|