mirror of
https://github.com/romixlab/qmsgpack.git
synced 2025-08-01 03:14:27 +02:00
work in progress...
This commit is contained in:
24
qmsgpack.pro
Normal file
24
qmsgpack.pro
Normal 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
|
Reference in New Issue
Block a user