mirror of https://github.com/JakubMelka/PDF4QT.git
8 lines
121 B
QML
8 lines
121 B
QML
|
Pdf4QtApp {
|
||
|
name: "UnitTests"
|
||
|
files: [
|
||
|
"*.cpp",
|
||
|
]
|
||
|
Depends { name: "Qt"; submodules: ["test"] }
|
||
|
}
|