Home | History | Annotate | Download | only in pcre
      1 # Perl Compatible Regular Expressions - Qt4 build info
      2 VPATH += $$PWD
      3 INCLUDEPATH += $$PWD $$OUTPUT_DIR/JavaScriptCore/tmp
      4 DEPENDPATH += $$PWD
      5 
      6 SOURCES += \
      7     pcre_compile.cpp \
      8     pcre_exec.cpp \
      9     pcre_tables.cpp \
     10     pcre_ucp_searchfuncs.cpp \
     11     pcre_xclass.cpp
     12 
     13