mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-26 08:14:34 +01:00
75d40806ed
* Add conan support * Windows Qbs port using conan * Correct QT_INSTALL_DIRECTORY define * Correct QT_INSTALL_DIRECTORY define, again
13 lines
292 B
QML
13 lines
292 B
QML
Pdf4QtApp {
|
|
name: "Pdf4QtDocDiff"
|
|
files: [
|
|
"*.cpp",
|
|
"*.h",
|
|
"*.ui",
|
|
"resources.qrc",
|
|
]
|
|
cpp.includePaths: ["."]
|
|
Depends { name: "Qt"; submodules: ["widgets"] }
|
|
Depends { name: "Qt.winextras"; condition: qbs.hostOS.contains("windows") }
|
|
}
|