4.06.2013 - Version 0.3.4 - PIOBJECT() macro, ethernet improvement, documentation based on Doxygen
This commit is contained in:
149
pip.pro
149
pip.pro
@@ -1,66 +1,83 @@
|
||||
######################################################################
|
||||
# Automatically generated by qmake (2.01a) ?? ???. 5 22:55:18 2011
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = pip_test
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
QT -= core gui
|
||||
LIBS = -lpthread -lrt
|
||||
|
||||
# Input
|
||||
HEADERS += pibitarray.h \
|
||||
pibytearray.h \
|
||||
pichar.h \
|
||||
picli.h \
|
||||
picodec.h \
|
||||
piconfig.h \
|
||||
piconsole.h \
|
||||
picontainers.h \
|
||||
pidir.h \
|
||||
piethernet.h \
|
||||
pievaluator.h \
|
||||
pifile.h \
|
||||
pigeometry.h \
|
||||
piincludes.h \
|
||||
pikbdlistener.h \
|
||||
pimath.h \
|
||||
pimonitor.h \
|
||||
pimultiprotocol.h \
|
||||
pimutex.h \
|
||||
piobject.h \
|
||||
pip.h \
|
||||
piprocess.h \
|
||||
piprotocol.h \
|
||||
piserial.h \
|
||||
pisignals.h \
|
||||
pistring.h \
|
||||
pisystemmonitor.h \
|
||||
pithread.h \
|
||||
pitimer.h \
|
||||
pivariable.h
|
||||
SOURCES += main.cpp \
|
||||
pibytearray.cpp \
|
||||
picli.cpp \
|
||||
picodec.cpp \
|
||||
piconfig.cpp \
|
||||
piconsole.cpp \
|
||||
pidir.cpp \
|
||||
piethernet.cpp \
|
||||
pievaluator.cpp \
|
||||
pifile.cpp \
|
||||
pikbdlistener.cpp \
|
||||
pimath.cpp \
|
||||
pimonitor.cpp \
|
||||
pimultiprotocol.cpp \
|
||||
piobject.cpp \
|
||||
piprocess.cpp \
|
||||
piprotocol.cpp \
|
||||
piserial.cpp \
|
||||
pisignals.cpp \
|
||||
pistring.cpp \
|
||||
pisystemmonitor.cpp \
|
||||
pithread.cpp \
|
||||
pitimer.cpp \
|
||||
pivariable.cpp
|
||||
######################################################################
|
||||
# Automatically generated by qmake (2.01a) ?? ???. 5 22:55:18 2011
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = lib
|
||||
TARGET = pip
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
QT -= core gui
|
||||
CONFIG -= qt
|
||||
CONFIG += dll
|
||||
VERSION = 0.3.4
|
||||
|
||||
# Input
|
||||
HEADERS += \
|
||||
pivariable.h \
|
||||
pitimer.h \
|
||||
pithread.h \
|
||||
pisystemtests.h \
|
||||
pisystemmonitor.h \
|
||||
pistring.h \
|
||||
pisignals.h \
|
||||
piserial.h \
|
||||
piprotocol.h \
|
||||
piprocess.h \
|
||||
pipeer.h \
|
||||
pipacketextractor.h \
|
||||
pip.h \
|
||||
piobject.h \
|
||||
pimutex.h \
|
||||
pimultiprotocol.h \
|
||||
pimonitor.h \
|
||||
pimath.h \
|
||||
pikbdlistener.h \
|
||||
piiodevice.h \
|
||||
piincludes.h \
|
||||
pigeometry.h \
|
||||
pifile.h \
|
||||
pievaluator.h \
|
||||
piethernet.h \
|
||||
pidir.h \
|
||||
picrc.h \
|
||||
picontainers.h \
|
||||
piconsole.h \
|
||||
piconfig.h \
|
||||
picodec.h \
|
||||
picli.h \
|
||||
pichar.h \
|
||||
pibytearray.h \
|
||||
pibitarray.h
|
||||
SOURCES += main.cpp \
|
||||
pivariable.cpp \
|
||||
pitimer.cpp \
|
||||
pithread.cpp \
|
||||
pisystemtests.cpp \
|
||||
pisystemmonitor.cpp \
|
||||
pistring.cpp \
|
||||
pisignals.cpp \
|
||||
piserial.cpp \
|
||||
piprotocol.cpp \
|
||||
piprocess.cpp \
|
||||
pipeer.cpp \
|
||||
pipacketextractor.cpp \
|
||||
piobject.cpp \
|
||||
pimonitor.cpp \
|
||||
pimath.cpp \
|
||||
pikbdlistener.cpp \
|
||||
piiodevice.cpp \
|
||||
piincludes.cpp \
|
||||
pifile.cpp \
|
||||
pievaluator.cpp \
|
||||
piethernet.cpp \
|
||||
pidir.cpp \
|
||||
piconsole.cpp \
|
||||
piconfig.cpp \
|
||||
picodec.cpp \
|
||||
picli.cpp \
|
||||
pibytearray.cpp
|
||||
win32 {
|
||||
LIBS += -lws2_32 -lIphlpapi
|
||||
} else {
|
||||
LIBS = -lpthread -lrt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user