mirror of https://github.com/JakubMelka/PDF4QT.git
10 lines
155 B
QML
10 lines
155 B
QML
|
Pdf4QtApp {
|
||
|
name: "CodeGenerator"
|
||
|
files: [
|
||
|
"*.cpp",
|
||
|
"*.h",
|
||
|
"*.ui",
|
||
|
]
|
||
|
Depends { name: "Qt"; submodules: ["xml"] }
|
||
|
}
|