tools/linguist/shared/proparser.pri
author William Roberts <williamr@symbian.org>
Mon, 21 Jun 2010 22:38:13 +0100
branchGCC_SURGE
changeset 27 93b982ccede2
parent 18 2f34d5167611
permissions -rw-r--r--
Mark extraneous symbols as ABSENT (bug 3065)


INCLUDEPATH *= $$PWD

HEADERS += \
    $$PWD/abstractproitemvisitor.h \
    $$PWD/proitems.h \
    $$PWD/profileevaluator.h \
    $$PWD/proparserutils.h 

SOURCES += \
    $$PWD/proitems.cpp \
    $$PWD/profileevaluator.cpp