qt5base-lts/examples/network/http/http.pro
Assam Boudjelthia 19a154f57b Use new permission api for http example
Change-Id: I265ec42205a193e9862eef26e73805bbf4188640
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2021-06-07 14:59:14 +03:00

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