blob: c722131ab526da00d606501cbc765b35036644b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 1e1839b2e3f620c59383c0889c342e5972103e29 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:56:42 +0200
Subject: [PATCH 2/9] Use pkg-config
---
Tools/qmake/mkspecs/features/win32/default_pre.prf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Tools/qmake/mkspecs/features/win32/default_pre.prf b/Tools/qmake/mkspecs/features/win32/default_pre.prf
index b306c3b82..95592c25d 100644
--- a/Tools/qmake/mkspecs/features/win32/default_pre.prf
+++ b/Tools/qmake/mkspecs/features/win32/default_pre.prf
@@ -4,6 +4,8 @@
# See 'Tools/qmake/README' for an overview of the build system
# -------------------------------------------------------------------
+CONFIG += link_pkgconfig
+
load(default_pre)
debug: CONFIG += use_all_in_one_files
--
2.13.0
|