summaryrefslogtreecommitdiffstats
path: root/examples/oauth/redditclient/redditclient.pro
blob: 456fc781f660273795393e78a8fc92ee6673f5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += widgets network networkauth
requires(qtConfig(listview))

TARGET = redditclient

# Input
SOURCES += main.cpp \
    redditmodel.cpp \
    redditwrapper.cpp

HEADERS += \
    redditmodel.h \
    redditwrapper.h

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