Created
January 12, 2024 12:31
-
-
Save dismine/43f3c51e05f3317c5d4fe16cd3c4b6d8 to your computer and use it in GitHub Desktop.
Patch for Qbs version 2.2.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/share/qbs/imports/qbs/Probes/qbs-pkg-config-probe.js b/share/qbs/imports/qbs/Probes/qbs-pkg-config-probe.js | |
index ed75a02..1fb3b26 100644 | |
--- a/share/qbs/imports/qbs/Probes/qbs-pkg-config-probe.js | |
+++ b/share/qbs/imports/qbs/Probes/qbs-pkg-config-probe.js | |
@@ -87,7 +87,7 @@ | |
result.packages = []; | |
result.packagesByModuleName = {}; | |
result.brokenPackages = []; | |
- result.qtInfos = {}; | |
+ result.qtInfos = []; | |
var options = {}; | |
options.libDirs = libDirs; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment