added readme and license file

This commit is contained in:
Martchus 2015-06-08 22:09:17 +02:00
parent 3ede66098f
commit b6355ac01b
1 changed files with 6 additions and 2 deletions

View File

@ -26,7 +26,8 @@ SOURCES += \
math/math.cpp \
application/fakeqtconfigarguments.cpp \
io/ansiescapecodes.cpp \
misc/random.cpp
misc/random.cpp \
io/bitreader.cpp
HEADERS += \
application/global.h \
@ -49,9 +50,12 @@ HEADERS += \
application/fakeqtconfigarguments.h \
io/ansiescapecodes.h \
misc/memory.h \
misc/random.h
misc/random.h \
io/bitreader.h
OTHER_FILES += \
README.md \
LICENSE \
pkgbuild/default/PKGBUILD \
pkgbuild/mingw-w64/PKGBUILD