mirror of https://github.com/JakubMelka/PDF4QT.git
Qbs: fix build errors
This commit is contained in:
parent
75d40806ed
commit
0a35c95aa7
|
@ -1,4 +1,5 @@
|
|||
*.pro.user
|
||||
*.qbs.user
|
||||
conan.lock
|
||||
conanbuildinfo.qbs
|
||||
conanbuildinfo.txt
|
||||
|
|
|
@ -4,7 +4,7 @@ Pdf4QtLibrary {
|
|||
Group {
|
||||
fileTagsFilter: "dynamiclibrary"
|
||||
qbs.install: install
|
||||
qbs.installDir: "pdfplugins"
|
||||
qbs.installDir: "bin/pdfplugins"
|
||||
qbs.installSourceBase: buildDirectory
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@ Product {
|
|||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt.core" }
|
||||
cpp.cxxLanguageVersion: "c++20"
|
||||
cpp.minimumWindowsVersion: "6.1" // Require at least Windows 7, older versions will be ignored
|
||||
property bool install: true
|
||||
property string targetInstallDir
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue