05.11.2011 - stable version, 0.1.0, self-test program, work at GCC 2.95 - 4.5, VC 2010, MinGW, Linux, Windows, QNX
This commit is contained in:
23
pip.pro
23
pip.pro
@@ -1,18 +1,23 @@
|
||||
######################################################################
|
||||
# Automatically generated by qmake (2.01a) ?? ???. 18 21:49:21 2011
|
||||
# Automatically generated by qmake (2.01a) ?? ???. 5 22:55:18 2011
|
||||
######################################################################
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET =
|
||||
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 \
|
||||
@@ -21,16 +26,24 @@ HEADERS += pibitarray.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 \
|
||||
@@ -39,9 +52,15 @@ SOURCES += main.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
|
||||
|
||||
Reference in New Issue
Block a user