qt6windows7/examples/network/fortuneclient/fortuneclient.pro

11 lines
221 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += network widgets
requires(qtConfig(combobox))
HEADERS = client.h
SOURCES = client.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
INSTALLS += target