mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Fixup Linux build for kqoauth
This commit is contained in:
committed by
Mark Liversedge
parent
c294e1ff4d
commit
11e78739ff
@@ -1,6 +1,7 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = qwt src
|
||||
SUBDIRS = qwt
|
||||
unix:!macx {
|
||||
SUBDIRS += kqoauth
|
||||
}
|
||||
SUBDIRS += src
|
||||
CONFIG += ordered
|
||||
|
||||
@@ -9,7 +9,7 @@ QT += network
|
||||
CONFIG += \
|
||||
create_prl
|
||||
|
||||
!macx: CONFIG += static_and_shared
|
||||
unix:!macx: CONFIG += static
|
||||
|
||||
INC_DIR = .
|
||||
|
||||
|
||||
@@ -61,8 +61,8 @@ unix:!macx {
|
||||
# build from version in repo for Linux builds since
|
||||
# kqoauth is not packaged for the Debian build
|
||||
INCLUDEPATH += ../kqoauth
|
||||
LIBS += -L../kqoauth -lkqoauth
|
||||
DEFINES += GC_HAVE_KQOAUTH
|
||||
LIBS += ../kqoauth/libkqoauth.a
|
||||
DEFINES += GC_HAVE_KQOAUTH
|
||||
SOURCES += TwitterDialog.cpp
|
||||
HEADERS += TwitterDialog.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user