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