Qmake unix includes mac

.. so need unix:!macx in the macro
This commit is contained in:
Mark Liversedge
2015-11-12 14:47:56 +00:00
parent e88b89780f
commit 64ed5c0d99
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
TEMPLATE = subdirs
SUBDIRS = qwt src
unix {
unix:!macx {
SUBDIRS += kqoauth
}
CONFIG += ordered

View File

@@ -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