mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
QT *= network
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/baselineprotocol.cpp \
|
||
|
$$PWD/lookup3.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/baselineprotocol.h
|