tools/linguist/shared/proparser.pri
changeset 0 1918ee327afb
child 5 d3bac044e0f0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/linguist/shared/proparser.pri	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,14 @@
+
+INCLUDEPATH *= $$PWD
+
+HEADERS += \
+    $$PWD/proreader.h \
+    $$PWD/abstractproitemvisitor.h \
+    $$PWD/proitems.h \
+    $$PWD/profileevaluator.h \
+    $$PWD/proparserutils.h 
+
+SOURCES += \
+    $$PWD/proreader.cpp \
+    $$PWD/proitems.cpp \
+    $$PWD/profileevaluator.cpp