mirror of https://github.com/JakubMelka/PDF4QT.git
8 lines
115 B
QML
8 lines
115 B
QML
|
Pdf4QtApp {
|
||
|
name: "Pdf4QtViewerLite"
|
||
|
files: [
|
||
|
"*.cpp"
|
||
|
]
|
||
|
Depends { name: "Pdf4QtViewer" }
|
||
|
}
|