mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Conan (#7)
* Add conan support * Windows Qbs port using conan * Correct QT_INSTALL_DIRECTORY define * Correct QT_INSTALL_DIRECTORY define, again
This commit is contained in:
@ -8,4 +8,5 @@ Pdf4QtApp {
|
||||
]
|
||||
cpp.includePaths: ["."]
|
||||
Depends { name: "Qt"; submodules: ["widgets"] }
|
||||
Depends { name: "Qt.winextras"; condition: qbs.hostOS.contains("windows") }
|
||||
}
|
||||
|
Reference in New Issue
Block a user