Fixup Linux build for kqoauth

This commit is contained in:
Jon Escombe
2015-11-14 21:53:15 +00:00
committed by Mark Liversedge
parent d182a21fe2
commit 5d1a92c310
3 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -9,7 +9,7 @@ QT += network
CONFIG += \
create_prl
!macx: CONFIG += static_and_shared
unix:!macx: CONFIG += static
INC_DIR = .

View File

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