Snake/SnakeServer/SnakeServer.pro

13 lines
177 B
Prolog
Raw Normal View History

2019-01-02 14:19:39 +03:00
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
ServerProtocol \
2019-06-09 17:15:50 +03:00
Qt-Secret \
2019-02-12 13:12:11 +03:00
ClientProtocol \
2019-02-16 17:08:00 +03:00
Terminal \
Server \
Daemon \
2019-02-16 17:08:00 +03:00
serverProtocolTests \