summaryrefslogtreecommitdiffstats
path: root/examples/network/http/http.pro
blob: 57618b31371118950286ab9ffa401b3a7530f61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

symbian: CONFIG += qt_example