19a154f57b
Change-Id: I265ec42205a193e9862eef26e73805bbf4188640 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
11 lines
209 B
Prolog
11 lines
209 B
Prolog
QT += network widgets
|
|
|
|
HEADERS += httpwindow.h
|
|
SOURCES += httpwindow.cpp \
|
|
main.cpp
|
|
FORMS += authenticationdialog.ui
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/http
|
|
INSTALLS += target
|