summaryrefslogtreecommitdiffstats
path: root/examples/network/http/http.pro
blob: 2f2d3b00ae07ff263134e34e03edecb408108997 (plain)
1
2
3
4
5
6
7
8
9
10
QT += network widgets

HEADERS += httpwindow.h
SOURCES += httpwindow.cpp \
           main.cpp
FORMS += authenticationdialog.ui

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/http
INSTALLS += target