mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Qmake unix includes mac
.. so need unix:!macx in the macro
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = qwt src
|
||||
unix {
|
||||
unix:!macx {
|
||||
SUBDIRS += kqoauth
|
||||
}
|
||||
CONFIG += ordered
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user