blob: 456fc781f660273795393e78a8fc92ee6673f5b4 [file] [log] [blame]
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