nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1From 2bce8511877db1db532e1437e7140b1d55633f86 Mon Sep 17 00:00:00 2001
2From: Will Dietz <w@wdtz.org>
3Date: Mon, 30 Sep 2019 20:15:40 -0500
4Subject: [PATCH 11/11] fix header_module
5
6---
7 mkspecs/features/qt_module.prf | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
11index 0b2a30d159..37271e09d9 100644
12--- a/mkspecs/features/qt_module.prf
13+++ b/mkspecs/features/qt_module.prf
14@@ -84,7 +84,7 @@ header_module {
15 qt_no_install_library
16
17 # Allow creation of .prl, .la and .pc files.
18- target.path = $$[QT_INSTALL_LIBS]
19+ target.path = $$NIX_OUTPUT_OUT/lib
20 target.CONFIG += dummy_install
21 INSTALLS += target
22 } else {