4
1
mirror of https://github.com/QuasarApp/Snake.git synced 2025-05-02 20:49:43 +00:00
Snake/SnakeServer/SnakeServer.pro

12 lines
161 B
Prolog
Raw Normal View History

2019-01-02 14:19:39 +03:00
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
ServerProtocol \
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 \