qt6windows7/examples/network/http/http.pro

11 lines
209 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += network widgets
HEADERS += httpwindow.h
SOURCES += httpwindow.cpp \
main.cpp
FORMS += authenticationdialog.ui
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/http
INSTALLS += target