mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
10 lines
185 B
Prolog
10 lines
185 B
Prolog
|
TEMPLATE = app
|
||
|
QT = core network
|
||
|
CONFIG += cmdline
|
||
|
HEADERS += dnslookup.h
|
||
|
SOURCES += dnslookup.cpp
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/dnslookup
|
||
|
INSTALLS += target
|