29.04.2014 - Version 0.4.0_prealpha. PICodeParser, namespace PICodeInfo, new tool "pip_cmg" in dir "code_model_generator". New feature in PIIODevice - "createFromFullPath", all parameters of all I/O devices now works with PIObjects`s properties.
This commit is contained in:
18
pip.pro
18
pip.pro
@@ -9,11 +9,11 @@ INCLUDEPATH += .
|
||||
QT -= core gui
|
||||
CONFIG -= qt
|
||||
CONFIG += dll
|
||||
VERSION = 0.3.8
|
||||
VERSION = 0.4.0
|
||||
|
||||
# Input
|
||||
HEADERS += \
|
||||
pivariable.h \
|
||||
pivariant.h \
|
||||
pitimer.h \
|
||||
pithread.h \
|
||||
pisystemtests.h \
|
||||
@@ -49,10 +49,12 @@ HEADERS += \
|
||||
pibytearray.h \
|
||||
pibitarray.h \
|
||||
picollection.h \
|
||||
ifaddrs_3rd.h \
|
||||
pidiagnostics.h
|
||||
pidiagnostics.h \
|
||||
pibinarylog.h \
|
||||
picodeparser.h \
|
||||
piusb.h
|
||||
SOURCES += main.cpp \
|
||||
pivariable.cpp \
|
||||
pivariant.cpp \
|
||||
pitimer.cpp \
|
||||
pithread.cpp \
|
||||
pisystemtests.cpp \
|
||||
@@ -80,8 +82,10 @@ SOURCES += main.cpp \
|
||||
picli.cpp \
|
||||
pibytearray.cpp \
|
||||
picollection.cpp \
|
||||
ifaddrs_3rd.c \
|
||||
pidiagnostics.cpp
|
||||
pidiagnostics.cpp \
|
||||
pibinarylog.cpp \
|
||||
picodeparser.cpp \
|
||||
piusb.cpp
|
||||
win32 {
|
||||
LIBS += -lws2_32 -lIphlpapi
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user