summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared/proparser.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-07-10 22:19:46 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-07-13 16:51:21 +0200
commit45efa082135cbf97820a5ce7025685d22bd926ce (patch)
tree111dc9503a8d33a8b074b5508f1e176bb37d54d8 /tools/linguist/shared/proparser.pri
parentcb3bddc9a5e4a664500eec3997dedadd67de3652 (diff)
factor out linguist-specific part
it is simpler to keep it in sync with creator then.
Diffstat (limited to 'tools/linguist/shared/proparser.pri')
-rw-r--r--tools/linguist/shared/proparser.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/linguist/shared/proparser.pri b/tools/linguist/shared/proparser.pri
index 372247e46c..99d32e7c91 100644
--- a/tools/linguist/shared/proparser.pri
+++ b/tools/linguist/shared/proparser.pri
@@ -2,11 +2,13 @@
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