mirror of https://github.com/JakubMelka/PDF4QT.git
QBS build fix
This commit is contained in:
parent
63f5c8d742
commit
ad12fc89df
|
@ -21,6 +21,7 @@ Project {
|
|||
"Pdf4QtViewerPlugins/OutputPreviewPlugin/OutputPreviewPlugin.qbs",
|
||||
"Pdf4QtViewerPlugins/RedactPlugin/RedactPlugin.qbs",
|
||||
"Pdf4QtViewerPlugins/SoftProofingPlugin/SoftProofingPlugin.qbs",
|
||||
"Pdf4QtViewerPlugins/SignaturePlugin/SignaturePlugin.qbs",
|
||||
];
|
||||
ref.push(conan.generatedFilesPath + "/conanbuildinfo.qbs");
|
||||
return ref;
|
||||
|
|
|
@ -2,7 +2,7 @@ import qbs
|
|||
|
||||
Pdf4QtLibrary {
|
||||
name: "Pdf4QtLib"
|
||||
Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml"] }
|
||||
Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml", "svg"] }
|
||||
Depends { name: "openssl" }
|
||||
Depends { name: "freetype" }
|
||||
Depends { name: "libjpeg" }
|
||||
|
@ -33,7 +33,7 @@ Pdf4QtLibrary {
|
|||
]
|
||||
Export {
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml"] }
|
||||
Depends { name: "Qt"; submodules: ["core", "gui", "widgets", "xml", "svg"] }
|
||||
cpp.includePaths: ["sources"]
|
||||
Depends { name: "openssl" }
|
||||
Depends { name: "freetype" }
|
||||
|
|
Loading…
Reference in New Issue