mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-26 16:22:50 +01:00
10 lines
155 B
QML
10 lines
155 B
QML
Pdf4QtApp {
|
|
name: "CodeGenerator"
|
|
files: [
|
|
"*.cpp",
|
|
"*.h",
|
|
"*.ui",
|
|
]
|
|
Depends { name: "Qt"; submodules: ["xml"] }
|
|
}
|