mirror of https://github.com/JakubMelka/PDF4QT.git
9 lines
140 B
QML
9 lines
140 B
QML
|
Pdf4QtApp {
|
||
|
name: "Pdf4QtViewerProfi"
|
||
|
files: [
|
||
|
"*.cpp",
|
||
|
"app-icon.ico"
|
||
|
]
|
||
|
Depends { name: "Pdf4QtViewer" }
|
||
|
}
|