summaryrefslogtreecommitdiffstats
path: root/examples/oauth/twittertimeline/twittertimeline.pro
blob: c0dcee22c855d3268d96bf9358a7ced75ca74476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT = core widgets network networkauth
requires(qtConfig(tableview))
CONFIG -= app_bundle

HEADERS += \
    twitter.h \
    twittertimelinemodel.h

SOURCES += \
    main.cpp \
    twitter.cpp \
    twittertimelinemodel.cpp

FORMS += \
    twitterdialog.ui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/oauth/twittertimeline
INSTALLS += target