19 lines
291 B
Plaintext
19 lines
291 B
Plaintext
|
# 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
|