summaryrefslogtreecommitdiffstats
path: root/examples/network/http/http.pro
blob: 8349de46227c71d1e592934f4369da375af57271 (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]/qtbase/network/http
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
INSTALLS += target sources