Reddit Example▲
Sélectionnez
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