PDF4QT/JBIG2_Viewer/JBIG2_Viewer.qbs

10 lines
158 B
QML
Raw Normal View History

2021-10-29 15:17:40 +02:00
Pdf4QtApp {
name: "JBIG2_Viewer"
files: [
"*.cpp",
"*.h",
"*.ui",
]
Depends { name: "Qt"; submodules: ["widgets"] }
}