File: redditclient.pro

package info (click to toggle)
qtnetworkauth-everywhere-src 5.15.17-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,036 kB
  • sloc: cpp: 4,668; ansic: 21; makefile: 19
file content (17 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (6)
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