Skip to content

Instantly share code, notes, and snippets.

@dismine
Created January 12, 2024 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dismine/43f3c51e05f3317c5d4fe16cd3c4b6d8 to your computer and use it in GitHub Desktop.
Save dismine/43f3c51e05f3317c5d4fe16cd3c4b6d8 to your computer and use it in GitHub Desktop.
Patch for Qbs version 2.2.1
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