Files @ 7291e4c1ca28
Branch filter:

Location: libtransport.git/3rdparty/o2/examples/twitterdemo/twitterdemo.pro

Jan Kaluza
Add 3rdparty oauth 2 library
QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

include(../../src/src.pri)

TARGET = twitterdemo
TEMPLATE = app

SOURCES += main.cpp \
    tweeter.cpp

HEADERS  += \
    tweeter.h