python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / qextserialport / 0002-Tell-qmake-to-add-a-pkgconfig-file-to-ease-usage-wit.patch
blob09e26a961c908c982d48ea829dff837cb1bd40f4
1 From 14d4d3e7b5c748118acffddd397fb67b37fd5054 Mon Sep 17 00:00:00 2001
2 From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
3 Date: Thu, 24 Nov 2016 22:44:02 +0100
4 Subject: [PATCH] Tell qmake to add a pkgconfig file to ease usage with
5 applications
7 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
8 ---
9 qextserialport.pro | 3 ++-
10 1 file changed, 2 insertions(+), 1 deletion(-)
12 diff --git a/qextserialport.pro b/qextserialport.pro
13 index 8d2c03a..2fcb39c 100644
14 --- a/qextserialport.pro
15 +++ b/qextserialport.pro
16 @@ -42,7 +42,8 @@ TEMPLATE=lib
17 include(src/qextserialport.pri)
19 #create_prl is needed, otherwise, MinGW can't found libqextserialport1.a
20 -CONFIG += create_prl
21 +CONFIG += create_prl create_pc
22 +QMAKE_PKGCONFIG_DESTDIR = pkgconfig
24 #mac framework is designed for shared library
25 macx:qesp_mac_framework:qesp_static: CONFIG -= qesp_static
26 --
27 2.10.2