mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-26 08:14:34 +01:00
12 lines
221 B
QML
12 lines
221 B
QML
Pdf4QtApp {
|
|
name: "Pdf4QtDocPageOrganizer"
|
|
files: [
|
|
"*.cpp",
|
|
"*.h",
|
|
"*.ui",
|
|
"resources.qrc",
|
|
]
|
|
cpp.includePaths: ["."]
|
|
Depends { name: "Qt"; submodules: ["widgets"] }
|
|
}
|