mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-29 09:40:26 +01:00
8 lines
115 B
QML
8 lines
115 B
QML
|
Pdf4QtApp {
|
||
|
name: "Pdf4QtViewerLite"
|
||
|
files: [
|
||
|
"*.cpp"
|
||
|
]
|
||
|
Depends { name: "Pdf4QtViewer" }
|
||
|
}
|