Also add qmake project.

This commit is contained in:
Andrius Štikonas 2015-03-12 12:12:08 +00:00
parent 8999a55c30
commit 5958acfd0a
1 changed files with 4 additions and 0 deletions

4
s20.pro Normal file
View File

@ -0,0 +1,4 @@
SOURCES = consolereader.cpp main.cpp server.cpp socket.cpp
HEADERS = consolereader.h server.h socket.h
QT += network
CONFIG += c++11