mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-08 14:32:13 +01:00
9 lines
140 B
QML
9 lines
140 B
QML
Pdf4QtApp {
|
|
name: "Pdf4QtViewerProfi"
|
|
files: [
|
|
"*.cpp",
|
|
"app-icon.ico"
|
|
]
|
|
Depends { name: "Pdf4QtViewer" }
|
|
}
|