To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / common / common.pro @ 44:ed2befdf1e98

History | View | Annotate | Download (297 Bytes)

1
TEMPLATE = lib
2
TARGET = 
3

    
4
load(../../all.prf)
5

    
6
DEPENDPATH += ../../svcore
7
INCLUDEPATH += ../../svcore
8

    
9
CONFIG += staticlib
10

    
11
HEADERS += EditDistance.h Objects.h Matcher.h TypeRegistrar.h FeatureFileIndex.h
12
SOURCES += EditDistance.cpp Objects.cpp Matcher.cpp TypeRegistrar.cpp FeatureFileIndex.cpp
13