mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
16 lines
342 B
Prolog
16 lines
342 B
Prolog
QT += network widgets
|
|
|
|
HEADERS = dialog.h \
|
|
fortuneserver.h \
|
|
fortunethread.h
|
|
SOURCES = dialog.cpp \
|
|
fortuneserver.cpp \
|
|
fortunethread.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
|
|
INSTALLS += target
|
|
|
|
|