mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-26 00:06:51 +01:00
8 lines
121 B
QML
8 lines
121 B
QML
Pdf4QtApp {
|
|
name: "UnitTests"
|
|
files: [
|
|
"*.cpp",
|
|
]
|
|
Depends { name: "Qt"; submodules: ["test"] }
|
|
}
|