Textractor_test/vnr/cpputil/cpputil.pri

19 lines
291 B
Plaintext
Raw Normal View History

2015-04-02 22:31:10 +08:00
# cpputil.pri
# 9/26/2012 jichi
DEFINES += WITH_LIB_CPPUTIL
DEPENDPATH += $$PWD
HEADERS += \
$$PWD/cppcstring.h \
$$PWD/cpplocale.h \
$$PWD/cppmarshal.h \
$$PWD/cpppath.h \
$$PWD/cppregex.h \
$$PWD/cppstring.h \
$$PWD/cpptype.h \
$$PWD/cppunicode.h
# EOF