work in progress...

This commit is contained in:
Isaikin Roman
2014-09-07 22:24:14 +04:00
parent 2490c911e8
commit 7415c0968b
7 changed files with 121 additions and 0 deletions

24
qmsgpack.pro Normal file
View File

@@ -0,0 +1,24 @@
#-------------------------------------------------
#
# Project created by QtCreator 2014-09-07T17:43:05
#
#-------------------------------------------------
QT += core
QT -= gui
TARGET = qmsgpack
#CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
msgpack.cpp \
private/msgpack_p.cpp
HEADERS += \
msgpack.h \
private/msgpack_p.h