Files
DbMinecraft/DbMinecraft.pro

30 lines
557 B
Prolog
Raw Permalink Normal View History

2018-10-28 14:55:38 +01:00
QT = core network
CONFIG += c++1z
DEFINES += QT_DEPRECATED_WARNINGS QT_DISABLE_DEPRECATED_BEFORE=0x060000
SOURCES += main.cpp \
chathelper.cpp \
chunkhelper.cpp \
closedclient.cpp \
handshakingclient.cpp \
loginclient.cpp \
2018-10-28 14:55:38 +01:00
mcdatastream.cpp \
packets.cpp \
playclient.cpp \
server.cpp \
statusclient.cpp
2018-10-28 14:55:38 +01:00
HEADERS += \
chathelper.h \
chunkhelper.h \
closedclient.h \
handshakingclient.h \
loginclient.h \
2018-10-28 14:55:38 +01:00
mcdatastream.h \
packets.h \
playclient.h \
server.h \
statusclient.h