cpputil.pri 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 # 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