[hamradio-commits] [wsjtx] 04/09: Get Qt include path from pkg-config

Iain R. Learmonth irl at moszumanska.debian.org
Sun Oct 18 21:48:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository wsjtx.

commit 3d64a3f250ee61ea03595f84a009da8c82ed7c1d
Author: Iain R. Learmonth <irl at debian.org>
Date:   Sun Oct 18 20:06:46 2015 +0100

    Get Qt include path from pkg-config
---
 debian/patches/0004-inherit-cflags-fflags.patch | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/patches/0004-inherit-cflags-fflags.patch b/debian/patches/0004-inherit-cflags-fflags.patch
index 4b4ad22..4751455 100644
--- a/debian/patches/0004-inherit-cflags-fflags.patch
+++ b/debian/patches/0004-inherit-cflags-fflags.patch
@@ -4,6 +4,15 @@ Last-Update: 2015-10-18
 
 --- a/lib/Makefile.linux
 +++ b/lib/Makefile.linux
+@@ -1,7 +1,7 @@
+ # Set paths
+ EXE_DIR = ../wsjtx_install
+ QT_DIR = /usr/include/qt5
+-INCPATH = -I${QT_DIR} -I${QT_DIR}/QtCore
++INCPATH = `pkg-config --cflags Qt5Core`
+ 
+ CC = gcc
+ CXX = g++
 @@ -12,8 +12,8 @@
  RANLIB = ranlib
  RM = rm -f

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/wsjtx.git



More information about the pkg-hamradio-commits mailing list