Files
qt5.12.8/examples/network/http/http.pro
2025-08-26 22:57:23 +08: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