summaryrefslogtreecommitdiffstats
path: root/examples/oauth/twittertimeline/twittertimeline.pro
blob: 4448979067d7781f6a81fd81ed519f6e2e0685c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT = core widgets network networkauth
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