From 64ed5c0d99d4ecaaea34d601a3cd22a23fe7813a Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Thu, 12 Nov 2015 14:47:56 +0000 Subject: [PATCH] Qmake unix includes mac .. so need unix:!macx in the macro --- build.pro | 2 +- src/src.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.pro b/build.pro index 6ff6e2930..469cdad1f 100644 --- a/build.pro +++ b/build.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs SUBDIRS = qwt src -unix { +unix:!macx { SUBDIRS += kqoauth } CONFIG += ordered diff --git a/src/src.pro b/src/src.pro index 1b87c8c14..37c979022 100644 --- a/src/src.pro +++ b/src/src.pro @@ -52,7 +52,7 @@ CONFIG(debug, debug|release) { # KQOAuth .pro in default creates different libs for release and debug -unix { +unix:!macx { # build from version in repo for Linux builds since # kqoauth is not packaged for the Debian build