Mercurial > hg > classical
view common/common.pro @ 51:c83cc68483ea
Close file (to flush buffer) before reopening
author | Chris Cannam |
---|---|
date | Wed, 08 Jun 2011 15:17:53 +0100 |
parents | a6a71d1c7eb7 |
children | e0e12bd2978d |
line wrap: on
line source
TEMPLATE = lib TARGET = CONFIG += staticlib HEADERS += EditDistance.h Objects.h Matcher.h TypeRegistrar.h FeatureFileIndex.h SOURCES += EditDistance.cpp Objects.cpp Matcher.cpp TypeRegistrar.cpp FeatureFileIndex.cpp exists(./platform.pri) { include(./platform.pri) } !exists(./platform.pri) { exists(../platform.pri) { include(../platform.pri) } }