PDF4QT/JBIG2_Viewer/JBIG2_Viewer.qbs
Raphael Cotty cbeb91fe18 Linux port
2021-10-29 18:42:18 +02:00

10 lines
158 B
QML

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