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

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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/http
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/network/http
INSTALLS += target sources