linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / qt-5 / 5.12 / qtbase.patch.d / 0012-fix-header_module.patch
blob1e2c68688b0473d77e4166d7376dadd596f9f06b
1 From 821db0c3056a813e2d0d36fbb2c7361df5559b05 Mon Sep 17 00:00:00 2001
2 From: Will Dietz <w@wdtz.org>
3 Date: Mon, 30 Sep 2019 20:15:40 -0500
4 Subject: [PATCH 12/12] fix header_module
6 ---
7 mkspecs/features/qt_module.prf | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
11 index 9015b30d73..7347c791b4 100644
12 --- a/mkspecs/features/qt_module.prf
13 +++ b/mkspecs/features/qt_module.prf
14 @@ -84,7 +84,7 @@ header_module {
15 CONFIG += qt_no_install_library
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 {
23 --
24 2.23.GIT