qt5base-lts/examples/network/fortuneclient/fortuneclient.pro

11 lines
221 B
Prolog
Raw Normal View History

QT += network widgets
requires(qtConfig(combobox))
HEADERS = client.h
SOURCES = client.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
INSTALLS += target