]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - yarr/yarr.pri
JavaScriptCore-1097.13.tar.gz
[apple/javascriptcore.git] / yarr / yarr.pri
index a7b12422c7d88b6eded372dd9bcfa1a5781c14db..623098fd3af7b30e00ee8531425336cc82d400e9 100644 (file)
@@ -1,7 +1,18 @@
-# Yet Another Regex Runtime - Qt4 build info
+# -------------------------------------------------------------------
+# Project file for YARR
+#
+# See 'Tools/qmake/README' for an overview of the build system
+# -------------------------------------------------------------------
 
 SOURCES += \
-    yarr/YarrInterpreter.cpp \
-    yarr/YarrPattern.cpp \
-    yarr/YarrSyntaxChecker.cpp
+    $$PWD/YarrInterpreter.cpp \
+    $$PWD/YarrPattern.cpp \
+    $$PWD/YarrSyntaxChecker.cpp \
+    $$PWD/YarrCanonicalizeUCS2.cpp
 
+# For UString.h
+v8 {
+    INCLUDEPATH += \
+        $$PWD/.. \
+        $$PWD/../runtime
+}