1
0
mirror of https://github.com/JakubMelka/PDF4QT.git synced 2025-03-22 22:30:06 +01:00
PDF4QT/CodeGenerator/CodeGenerator.qbs
Raphael Cotty cbeb91fe18 Linux port
2021-10-29 18:42:18 +02:00

10 lines
155 B
QML

Pdf4QtApp {
name: "CodeGenerator"
files: [
"*.cpp",
"*.h",
"*.ui",
]
Depends { name: "Qt"; submodules: ["xml"] }
}