qt6-bb10/examples/network/http/http.pro

12 lines
215 B
Prolog

QT += widgets
HEADERS += httpwindow.h
SOURCES += httpwindow.cpp \
main.cpp
FORMS += authenticationdialog.ui
QT += network
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/http
INSTALLS += target